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