Improved readme
This commit is contained in:
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
|
||||
```
|
||||
|
Reference in New Issue
Block a user