Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install JBang executable if does not exist on the computer #50

Open
nandorholozsnyak opened this issue Mar 21, 2022 · 1 comment
Open

Comments

@nandorholozsnyak
Copy link
Contributor

I just ran into the problem that if you do not have the JBang executable on your machine than the plugin is unable to work.

Is there any way that the plugin itself can install it? Maybe with a prompt to be 100% transparent with the user that it is missing and it will be downloaded and installed.

@maxandersen
Copy link
Contributor

yeah there are the portable install options.

windows/Powershell:

iex "& { $(iwr https://ps.jbang.dev) } app setup"

anything else:

curl -Ls https://sh.jbang.dev | bash -s - app setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants