mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
updates readme
This commit is contained in:
parent
2b48e564f1
commit
0401f6e7a7
@ -134,17 +134,18 @@ 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 main directory
|
3. Enter Fabric's `fabric_installer` directory
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Enter the project folder
|
# Enter the project's fabric_installer folder
|
||||||
cd fabric
|
cd fabric/fabric_installer
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Install the dependencies
|
4. Install the dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Run this if you do not have already installed python poetry
|
# 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
|
pip3 install poetry
|
||||||
|
|
||||||
# Install the dependencies
|
# Install the dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user