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
21
21
22
22
## How do I install this?
23
23
24
- The easy way is :
24
+ ### Automatic :
25
25
26
26
``` bash
27
27
curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash
28
28
```
29
29
This will install ` notes ` , a default configuration, a man page, and bash completion if possible.
30
30
31
- The manual way is :
31
+ ### Manual :
32
32
33
33
Download ` notes ` , ` chmod +x ` , put it in your ` $path ` . This will probably do it:
34
34
@@ -64,7 +64,7 @@ curl https://cdn.rawgit.com/pimterry/notes/v0.2.0/notes._notes > /usr/share/zsh/
64
64
You'll need to open a new shell for this to take effect.
65
65
66
66
## 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:
68
68
``` bash
69
69
curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash -s uninstall
70
70
```
You can’t perform that action at this time.
0 commit comments