Skip to content

Commit 8a3d96b

Browse files
committed
Tweak install readme guide
1 parent 6c19fae commit 8a3d96b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2727
curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash
2828
```
2929
This will install `notes`, a default configuration, a man page, and bash completion if possible.
3030

31-
The manual way is:
31+
### Manual:
3232

3333
Download `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/
6464
You'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
6969
curl -L https://rawgit.com/pimterry/notes/master/install.sh | bash -s uninstall
7070
```

0 commit comments

Comments
 (0)