Skip to content

Commit

Permalink
Merge pull request #6 from codams/main
Browse files Browse the repository at this point in the history
Fix misplaced option & ordered list numbers
  • Loading branch information
scottashipp authored Oct 30, 2021
2 parents d120063 + ba1008d commit 856741e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cd $HOME/Documents
3. Clone this repository to your Documents folder.

```shell
git clone git@github.com:scottashipp/noted.git -C $HOME/Documents
git -C $HOME/Documents clone git@github.com:scottashipp/noted.git
```

4. Symlink the file:
Expand All @@ -62,7 +62,7 @@ git clone git@github.com:scottashipp/noted.git -C $HOME/Documents
ln -s $HOME/Documents/noted/noted /usr/local/bin/noted
```

6. Verify that it is visible on the path:
5. Verify that it is visible on the path:

```shell
noted version
Expand Down

0 comments on commit 856741e

Please sign in to comment.