no need to enter installer folder

This commit is contained in:
agu3rra 2024-02-15 21:55:05 -03:00
parent 0401f6e7a7
commit 1971936a61

View File

@ -134,11 +134,11 @@ cd /where/you/keep/code
git clone https://github.com/danielmiessler/fabric.git git clone https://github.com/danielmiessler/fabric.git
``` ```
3. Enter Fabric's `fabric_installer` directory 3. Enter Fabric's main directory
```bash ```bash
# Enter the project's fabric_installer folder # Enter the project folder (where you cloned it)
cd fabric/fabric_installer cd fabric
``` ```
4. Install the dependencies 4. Install the dependencies