From 872ad3de4aef101c9bff364e94f450dbaa9d25e6 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Mon, 19 Aug 2024 16:48:04 -0700 Subject: [PATCH] Update README.md Updated install instruction formatting. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f59509b..451942e 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,10 @@ To install Fabric, [make sure Go is installed](https://go.dev/doc/install), and ```bash # Install Fabric directly from the repo go install github.com/danielmiessler/fabric@latest + # Run the setup to set up your directories and keys fabric --setup +``` ### Environment Variables