doc: update general usage snippet
This commit is contained in:
parent
6dd2814152
commit
fff6cad26c
|
@ -12,7 +12,7 @@ git clone https://git.cohabit.fr/cohabit/server_config.git
|
||||||
cd server_config
|
cd server_config
|
||||||
|
|
||||||
# Decrypt secrets
|
# Decrypt secrets
|
||||||
gpg -d .env.gpg
|
gpg -d .env.gpg > .env
|
||||||
|
|
||||||
# Allow execute scripts
|
# Allow execute scripts
|
||||||
sudo chmod +x ./install.sh
|
sudo chmod +x ./install.sh
|
||||||
|
|
Loading…
Reference in a new issue