fixed readme
This commit is contained in:
parent
0c684bd79f
commit
7c1a4a9d8a
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user