From 7d7f02e0af6bffd411320d0220b2b7feec62cfdb Mon Sep 17 00:00:00 2001 From: Endogen Date: Sat, 10 Feb 2024 21:19:31 +0100 Subject: [PATCH] Fix steps to install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86c34e8..f69c2ac 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ cd /where/you/keep/code ```bash # Clone Fabric to your computer -git clone git@github.com:danielmiessler/fabric.git +git clone https://github.com/danielmiessler/fabric.git ``` 3. Enter Fabric's /client directory @@ -141,7 +141,7 @@ cd fabric/client ```bash # Install the pre-requisites -pip3 install -r requirements.txt +poetry install ``` 5. Add the path to the `fabric` client to your shell