From 7c1a4a9d8ab824e4a3f0a594f598145a1884e45a Mon Sep 17 00:00:00 2001 From: Jonathan Dunn Date: Fri, 16 Aug 2024 15:59:48 -0400 Subject: [PATCH] fixed readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 955c9c4..3fc16b9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@
> [!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 @@ -64,7 +64,7 @@ bash 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 ```