File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ This is just one tool in the chain. `notes` is a command line tool, and some peo
2121
2222## How do I install this?
2323
24- The easy way is :
24+ ### Automatic :
2525
2626``` bash
2727curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash
2828```
2929This will install ` notes ` , a default configuration, a man page, and bash completion if possible.
3030
31- The manual way is :
31+ ### Manual :
3232
3333Download ` notes ` , ` chmod +x ` , put it in your ` $path ` . This will probably do it:
3434
@@ -64,7 +64,7 @@ curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes._notes > /usr/share/zsh/
6464You'll need to open a new shell for this to take effect.
6565
6666## What if I want to uninstall this?
67- If you used the automated install script to install notes, you can uninstall it the same way by running:
67+ If you used the automated install script to install notes, you can uninstall it the same way, by running:
6868``` bash
6969curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash -s uninstall
7070```
You can’t perform that action at this time.
0 commit comments