Skip to content

Commit 01dc340

Browse files
committed
Release 0.1.1
1 parent 4fe98b1 commit 01dc340

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
@@ -18,7 +18,7 @@ This is just one tool in the chain. `notes` is a command line tool, and some peo
1818
Download `notes`, `chmod +x`, put it in your `$path`. This will probably do it:
1919

2020
```bash
21-
curl https://cdn.rawgit.com/pimterry/notes/v0.1.0/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
21+
curl https://cdn.rawgit.com/pimterry/notes/v0.1.1/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
2222
```
2323

2424
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

Comments
 (0)