From f5225df224fa438914ae65c865a6183df18cb773 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 13 Mar 2024 13:03:49 -0700 Subject: [PATCH] Updated the readme with better install instructions. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9028de..074a882 100644 --- a/README.md +++ b/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