Skip to content

Commit 78e27d8

Browse files
committed
modified the README to include the new commands
1 parent 540ad06 commit 78e27d8

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Common installation scripts used in multiple products around the Dexter Industries Galaxy of products.
33

44
# Installing
5+
6+
For installing this package without root privileges, use the following command:
7+
```
8+
curl -kL dexterindustris.com/update_tools | bash
9+
```
10+
11+
For installing this package with root privileges, use the following command:
512
```
6-
curl --silent https://raw.githubusercontent.com/DexterInd/script_tools/master/install_script_tools.sh | bash
13+
sudo sh -c "curl -kL dexterindustries.com/update_tools | bash"
714
```
15+
16+
# Updating
17+
18+
For updating the package, you can use the same commands describe at the previous section.

0 commit comments

Comments
 (0)