Skip to content

Commit ca8f33a

Browse files
authored
Merge pull request #47 from sonniesedge/update-readme
Use correct location for manual installation example
2 parents b2297dc + 5148704 commit ca8f33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This will install `notes`, a default configuration, a man page, and bash complet
3535
Download `notes`, `chmod +x`, put it in your `$path`. This will probably do it:
3636

3737
```bash
38-
curl https://cdn.rawgit.com/pimterry/notes/latest-release/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
38+
curl https://raw.githubusercontent.com/pimterry/notes/latest-release/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
3939
```
4040

4141
#### Installing auto completion

0 commit comments

Comments
 (0)