Updated the readme with better install instructions.

This commit is contained in:
Daniel Miessler 2024-03-13 13:03:49 -07:00
parent 469c312c66
commit f5225df224

View File

@ -151,9 +151,9 @@ git clone https://github.com/danielmiessler/fabric.git
cd fabric cd fabric
``` ```
4. install pipx: 4. Install pipx:
Mac: macOS:
```bash ```bash
brew install pipx brew install pipx
@ -165,6 +165,10 @@ Linux:
sudo apt intall pipx sudo apt intall pipx
``` ```
Windows:
Use WSL and follow the Linux instructions.
5. Install fabric 5. Install fabric
```bash ```bash
@ -179,7 +183,7 @@ fabric --setup
7. Restart your shell to reload everything. 7. Restart your shell to reload everything.
8. Now you are up and running! You can test by pulling the help. 8. Now you are up and running! You can test by running the help.
```bash ```bash
# Making sure the paths are set up correctly # Making sure the paths are set up correctly