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

Add command to download up #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add command to download up
  • Loading branch information
lokeshh authored Oct 28, 2018
commit f7e95306ea19571bab7a49c19a01f5a3999ff773
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand 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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link

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

lshw |& ./up

then:

Expand Down