We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d120063 commit ba1008dCopy full SHA for ba1008d
README.md
@@ -53,7 +53,7 @@ cd $HOME/Documents
53
3. Clone this repository to your Documents folder.
54
55
```shell
56
-git clone git@github.com:scottashipp/noted.git -C $HOME/Documents
+git -C $HOME/Documents clone git@github.com:scottashipp/noted.git
57
```
58
59
4. Symlink the file:
@@ -62,7 +62,7 @@ git clone git@github.com:scottashipp/noted.git -C $HOME/Documents
62
ln -s $HOME/Documents/noted/noted /usr/local/bin/noted
63
64
65
-6. Verify that it is visible on the path:
+5. Verify that it is visible on the path:
66
67
68
noted version
0 commit comments