Browse Source

Updated the readme with better install instructions.

pull/219/head
Daniel Miessler 8 months ago
parent
commit
f5225df224
  1. 10
      README.md

10
README.md

@ -151,9 +151,9 @@ git clone https://github.com/danielmiessler/fabric.git
cd fabric
```
4. install pipx:
4. Install pipx:
Mac:
macOS:
```bash
brew install pipx
@ -165,6 +165,10 @@ Linux:
sudo apt intall pipx
```
Windows:
Use WSL and follow the Linux instructions.
5. Install fabric
```bash
@ -179,7 +183,7 @@ fabric --setup
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
# Making sure the paths are set up correctly

Loading…
Cancel
Save