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 5a6eb9c commit 4fed6f0Copy full SHA for 4fed6f0
README.md
@@ -24,7 +24,7 @@ This is just one tool in the chain. `notes` is a command line tool, and some peo
24
Download `notes`, `chmod +x`, put it in your `$path`. This will probably do it:
25
26
```bash
27
-curl https://cdn.rawgit.com/pimterry/notes/v0.1.1/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
+curl https://cdn.rawgit.com/pimterry/notes/v0.1.2/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
28
```
29
30
By default your notes live in ~/notes, but you can change that to anywhere you like by setting the `$NOTES_DIRECTORY` environmental variable.
0 commit comments