Improved readme
This commit is contained in:
parent
573876e224
commit
3150fa7ee8
10
README.md
10
README.md
@ -1,8 +1,14 @@
|
||||
# sh-edraft Debian Installation scripts
|
||||
|
||||
Run scripts:
|
||||
Run script as root:
|
||||
|
||||
```sh
|
||||
sudo bash users/public/scripts/default_installation.sh
|
||||
bash users/public/scripts/default_installation.sh
|
||||
```
|
||||
|
||||
Run script as user:
|
||||
|
||||
```sh
|
||||
usermod -aG sudo $USER
|
||||
bash users/$USER/scripts/script.sh
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user