-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add command to download up #26
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest you first make the downloaded binary an executable before actually executing it.
@@ -20,7 +20,8 @@ by boosting any typical **Linux text-processing utils** such as `grep`, `sort`, | |||
To start using **up**, redirect any text-emitting command (or pipeline) into it | |||
— for example: | |||
|
|||
$ lshw |& ./up | |||
wget https://github.com/akavel/up/releases/download/v0.3/up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wget https://github.com/akavel/up/releases/download/v0.3/up | |
wget https://github.com/akavel/up/releases/download/v0.3/up | |
chmod 700 up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can download always the latest Version: wget https://github.com/akavel/up/releases/latest/download/up
@@ -20,7 +20,8 @@ by boosting any typical **Linux text-processing utils** such as `grep`, `sort`, | |||
To start using **up**, redirect any text-emitting command (or pipeline) into it | |||
— for example: | |||
|
|||
$ lshw |& ./up | |||
wget https://github.com/akavel/up/releases/download/v0.3/up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can download always the latest Version: wget https://github.com/akavel/up/releases/latest/download/up
No description provided.