From 92f97eff43592b9eda3be482b427e4433b08cdb4 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 21 Jan 2026 01:51:02 +0100 Subject: [PATCH] docs: fix install run line --- README.md | 2 +- README_FR.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4745849..7064b7b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_FR.md b/README_FR.md index afefd3d..8b30d3a 100644 --- a/README_FR.md +++ b/README_FR.md @@ -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