Skip to content
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
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