Skip to content

Commit e334ac2

Browse files
committed
ref RobertLucian#2 : hotfix - updated README
1 parent 0dfa73e commit e334ac2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Common installation scripts used in multiple products around the Dexter Industri
33

44
# Installing
55

6-
For installing this package without root privileges, use the following command:
6+
For installing this package with root privileges, use the following command:
77
```
8-
curl -kL dexterindustris.com/update_tools | bash
8+
sudo sh -c "curl -kL dexterindustries.com/update_tools | bash"
99
```
1010

11-
For installing this package with root privileges, use the following command:
11+
For installing this package without root privileges, use the following command:
1212
```
13-
sudo sh -c "curl -kL dexterindustries.com/update_tools | bash"
13+
curl -kL dexterindustris.com/update_tools | bash
1414
```
1515

1616
# Updating

0 commit comments

Comments
 (0)