We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2206228 commit bce308bCopy full SHA for bce308b
1 file changed
README.md
@@ -22,14 +22,14 @@ use function myOwnJsonEcode as json_encode;
22
## Install Many\Dev\Used
23
24
```sh
25
-# create directory
26
-mkdir -p ~/bin/many/get-used
+# create directory if not exist
+mkdir -p ~/bin/many
27
28
# enter directory
29
-cd ~/bin/many/get-used
+cd ~/bin/many
30
31
-# clone Many\Dev\Used (including the dot at the end)
32
-git clone https://github.com/eypsilon/get-used.git .
+# clone Many\Dev\Used
+git clone https://github.com/eypsilon/get-used.git
33
34
# make it executable (user+group = rwx)
35
chmod -v 770 ~/bin/many/get-used/GetUsed.php
0 commit comments