We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e334ac2 commit 3fb7f9fCopy full SHA for 3fb7f9f
1 file changed
README.md
@@ -3,12 +3,12 @@ Common installation scripts used in multiple products around the Dexter Industri
3
4
# Installing
5
6
-For installing this package with root privileges, use the following command:
+For installing the python packages of `script_tools` with root privileges (except for anything else than comes with it), use the following command:
7
```
8
sudo sh -c "curl -kL dexterindustries.com/update_tools | bash"
9
10
11
-For installing this package without root privileges, use the following command:
+For installing the python packages of `script_tools` without root privileges (except for anything else than comes with it), use the following command:
12
13
curl -kL dexterindustris.com/update_tools | bash
14
0 commit comments