Update README.md

Updated install instruction formatting.
This commit is contained in:
Daniel Miessler 2024-08-19 16:48:04 -07:00 committed by GitHub
parent d301892e3b
commit 872ad3de4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,8 +100,10 @@ To install Fabric, [make sure Go is installed](https://go.dev/doc/install), and
```bash ```bash
# Install Fabric directly from the repo # Install Fabric directly from the repo
go install github.com/danielmiessler/fabric@latest go install github.com/danielmiessler/fabric@latest
# Run the setup to set up your directories and keys # Run the setup to set up your directories and keys
fabric --setup fabric --setup
```
### Environment Variables ### Environment Variables