We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2297dc commit 5148704Copy full SHA for 5148704
README.md
@@ -35,7 +35,7 @@ This will install `notes`, a default configuration, a man page, and bash complet
35
Download `notes`, `chmod +x`, put it in your `$path`. This will probably do it:
36
37
```bash
38
-curl https://cdn.rawgit.com/pimterry/notes/latest-release/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
+curl https://raw.githubusercontent.com/pimterry/notes/latest-release/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
39
```
40
41
#### Installing auto completion
0 commit comments