Skip to content

Commit

Permalink
Update EZ Install instructions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchambers committed Aug 3, 2018
1 parent 20bce7d commit 066f477
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ A tiny script for taking and organizing simple text notes.
Note Keeper is a tiny shell script.

## EZ Install
Run this command in your terminal: `curl https://raw.githubusercontent.com/dcchambers/note-keeper/master/install.sh | bash`
Run this command in your terminal:
`curl https://raw.githubusercontent.com/dcchambers/note-keeper/master/install.sh | bash`

:bulb: Get a `permission denied` error? You might need to run the script with `sudo`. Try this:
`curl https://raw.githubusercontent.com/dcchambers/note-keeper/master/install.sh | sudo bash`
* :warning: Always be careful when using `curl | bash` to install a
program/script. Read through the source code to make sure nothing malicious is
happening. This install script is easy...it's just 2 lines :wink:
Expand Down

0 comments on commit 066f477

Please sign in to comment.