We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8febc0b commit 932082cCopy full SHA for 932082c
README.md
@@ -7,10 +7,10 @@ This script requires the following programs to work:
7
- sudo
8
9
### Instalation
10
-Clone this repo, enter in the cloned directory and execute:
+Run command on terminal:
11
12
-```shell
13
-./install.sh
+```
+wget -O - https://raw.githubusercontent.com/marcoT89/nodem/master/install.sh | bash
14
```
15
This script requires root access to create symbolic links to /usr/local/bin and /usr/bin. Thats it.
16
0 commit comments