Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Dec 6, 2023
1 parent a9ec586 commit 269a3a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<details>
<summary>Bash one-liner</summary>

git clone https://github.com/freelabz/secator && sh ./scripts/install.sh
git clone https://github.com/freelabz/secator && sh ./secator/scripts/install.sh

</details>

<details>
<summary>Docker</summary>

docker build -t secator
docker pull freelabz/secator

</details>

Expand Down

0 comments on commit 269a3a0

Please sign in to comment.