From 597f2c2b34968f2af83f29377fb0c4aed5e3cc22 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Tue, 20 Aug 2024 10:55:17 -0700 Subject: [PATCH] Update README.md Fixed some formatting in the README. --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 451942e..d5fb5e0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@
> [!NOTE] -August 16, 2024 — We have migrated to Go! The biggest thing to know is that **the previous installation instructions in the various Fabric videos out there will no longer work** because they were for the legacy (Python) version. Check the new [install instructions](Installation) below. +August 16, 2024 — We have migrated to Go! The biggest thing to know is that **the previous installation instructions in the various Fabric videos out there will no longer work** because they were for the legacy (Python) version. Check the new [install instructions](#Installation) below. > [!NOTE] August 16, 2024 — We have cleaned up the Pull Requests and Issues in the following ways as part of the Go release: 1) We incorporated all Pattern submissions in the new version. 2) We closed all Issues related to Python/Code because we we moved to Go. If your issue still persists, just resubmit and we'll get on it. 3) We did the same with Question issues because most of them were related to Python. 4) We left the Enhancement issues because those tend to not relate as much to Python vs. Go, and we'll be working through those. @@ -132,16 +132,7 @@ go install github.com/danielmiessler/fabric@latest fabric --setup ``` -### Environment Variables - -If everything works you are good to go, but you may need to set some environment variables in your `~/.bashrc` or `~/.zshrc` file. Here is an example of what you can add: - -```bash -# Golang environment variables -export GOROOT=/usr/local/go -export GOPATH=$HOME/go -export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH: -``` +Then [set your environmental variables](#environmental-variables) as shown above. ### Upgrading @@ -213,7 +204,6 @@ Application Options: Help Options: -h, --help Show this help message ``` -``` ## Our approach to prompting