Skip to content

Commit 2200aff

Browse files
committed
Fixed redirect error with curl
1 parent c3f5e90 commit 2200aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is just one tool in the chain. `notes` is a command line tool, and some peo
2424
The easy way is:
2525

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

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

7272
## How do I configure this?

0 commit comments

Comments
 (0)