doc: update general usage snippet

This commit is contained in:
Julien Oculi 2024-05-30 17:52:19 +02:00
parent 6dd2814152
commit fff6cad26c

View file

@ -12,7 +12,7 @@ git clone https://git.cohabit.fr/cohabit/server_config.git
cd server_config
# Decrypt secrets
gpg -d .env.gpg
gpg -d .env.gpg > .env
# Allow execute scripts
sudo chmod +x ./install.sh