fixed readme

This commit is contained in:
Jonathan Dunn 2024-08-16 15:59:48 -04:00
parent 0c684bd79f
commit 7c1a4a9d8a

View File

@ -53,7 +53,7 @@
<br /> <br />
> [!NOTE] > [!NOTE]
> We are adding functionality to the project so often that you should update often as well. That means: `go install github.com/danielmiessler/fabric` in the main directory! > We are adding functionality to the project so often that you should update often as well. That means: `go install github.com/danielmiessler/fabric@latest` in the main directory!
## Introduction videos ## Introduction videos
@ -64,7 +64,7 @@
bash bash
pipx uninstall fabric pipx uninstall fabric
go install github.com/danielmiessler/fabric go install github.com/danielmiessler/fabric@latest
fabric --setup // THIS IS IMPORTANT AS THERE ARE ELEMENTS OF THE CONFIG THAT HAVE CHANGED fabric --setup // THIS IS IMPORTANT AS THERE ARE ELEMENTS OF THE CONFIG THAT HAVE CHANGED
``` ```