Skip to content

Commit

Permalink
Fixed redirect error with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
primis committed Apr 5, 2017
1 parent c3f5e90 commit 2200aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is just one tool in the chain. `notes` is a command line tool, and some peo
The easy way is:

```bash
curl https://rawgit.com/pimterry/notes/master/install.sh | bash
curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash
```
This will install `notes`, a default configuration, a man page, and bash completion if possible.

Expand Down Expand Up @@ -66,7 +66,7 @@ You'll need to open a new shell for this to take effect.
## What if I want to uninstall this?
If you used the automated install script to install notes, you can uninstall it the same way by running:
```bash
curl https://rawgit.com/pimterry/notes/master/install.sh | bash -s uninstall
curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash -s uninstall
```

## How do I configure this?
Expand Down

0 comments on commit 2200aff

Please sign in to comment.