From 269a3a01ff8a272ed01ce6acf3e545b64b2fc237 Mon Sep 17 00:00:00 2001 From: Olivier Cervello Date: Wed, 6 Dec 2023 11:40:52 +0100 Subject: [PATCH] docs: update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6eb56ad0..6d731635 100644 --- a/README.md +++ b/README.md @@ -84,20 +84,20 @@ check that the command complies with our selection criterias before doing so. If Secator requires **python >= 3.8** to install successfully. Run the following command to install the latest version: ```sh -pip3 install git+https://github.com/freelabz/secator.git +pip3 install secator ```
Bash one-liner - git clone https://github.com/freelabz/secator && sh ./scripts/install.sh + git clone https://github.com/freelabz/secator && sh ./secator/scripts/install.sh
Docker - docker build -t secator + docker pull freelabz/secator