Skip to content

Commit 5148704

Browse files
authored
Use correct location for manual installation example
1 parent b2297dc commit 5148704

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)