mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
no need to enter installer folder
This commit is contained in:
parent
0401f6e7a7
commit
1971936a61
@ -134,11 +134,11 @@ cd /where/you/keep/code
|
||||
git clone https://github.com/danielmiessler/fabric.git
|
||||
```
|
||||
|
||||
3. Enter Fabric's `fabric_installer` directory
|
||||
3. Enter Fabric's main directory
|
||||
|
||||
```bash
|
||||
# Enter the project's fabric_installer folder
|
||||
cd fabric/fabric_installer
|
||||
# Enter the project folder (where you cloned it)
|
||||
cd fabric
|
||||
```
|
||||
|
||||
4. Install the dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user