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

Simplify obtaining the binary #47

Open
jlobos opened this issue Dec 14, 2017 · 1 comment
Open

Simplify obtaining the binary #47

jlobos opened this issue Dec 14, 2017 · 1 comment

Comments

@jlobos
Copy link

jlobos commented Dec 14, 2017

Simple command for get the binary:

curl -L https://github.com/tj/node-prune/releases/download/v1.0.1/node-prune_1.0.1_`uname -s`_`uname -m` -o /usr/local/bin/
chmod +x /usr/local/bin/node-prune
  • Avoid decompressing the binary
  • uname -s and uname -m in the release URL

🙏

@tj
Copy link
Owner

tj commented Dec 14, 2017

yea hopefully soon this will be more easy in general. The whole Go community should be using one tool IMO, it has this great strength of cross-compiling but it's under-utilized ATM. Hopefully soonnnn

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