From 0401f6e7a78d104c3c901e0f15e13cff536d7671 Mon Sep 17 00:00:00 2001 From: agu3rra Date: Thu, 15 Feb 2024 21:46:03 -0300 Subject: [PATCH] updates readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3679c84..2ebdb0f 100644 --- a/README.md +++ b/README.md @@ -134,17 +134,18 @@ cd /where/you/keep/code git clone https://github.com/danielmiessler/fabric.git ``` -3. Enter Fabric's main directory +3. Enter Fabric's `fabric_installer` directory ```bash -# Enter the project folder -cd fabric +# Enter the project's fabric_installer folder +cd fabric/fabric_installer ``` 4. Install the dependencies ```bash # Run this if you do not have already installed python poetry +# Alternatively, check the official poetry docs install instructions at https://python-poetry.org/docs/#installing-with-the-official-installer pip3 install poetry # Install the dependencies