mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-07 14:29:02 -06:00
docs: fix install run line
This commit is contained in:
@@ -56,7 +56,7 @@ Prove that collaborators have read and acknowledged important documents with **E
|
||||
|
||||
```bash
|
||||
# Download and run installation script
|
||||
curl -fsSL https://raw.githubusercontent.com/btouchard/ackify-ce/main/install/install.sh | bash
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/btouchard/ackify-ce/main/install/install.sh)
|
||||
|
||||
# Navigate to installation directory
|
||||
cd ackify-ce
|
||||
|
||||
@@ -56,7 +56,7 @@ Prouvez que vos collaborateurs ont lu et pris connaissance de documents importan
|
||||
|
||||
```bash
|
||||
# Télécharger et exécuter le script d'installation
|
||||
curl -fsSL https://raw.githubusercontent.com/btouchard/ackify-ce/main/install/install.sh | bash
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/btouchard/ackify-ce/main/install/install.sh)
|
||||
|
||||
# Naviguer vers le répertoire d'installation
|
||||
cd ackify-ce
|
||||
|
||||
Reference in New Issue
Block a user