From ce7175cbaad4933900936fa7fc49b4c762734867 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 20 Mar 2024 19:17:33 -0700 Subject: [PATCH] Updated readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dde5b9..f78fd93 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: `git pull; pipx upgrade fabric; fabric --update; source ~/.zshrc (or ~/.bashrc)` in the main directory! +> We are adding functionality to the project so often that you should update often as well. That means: `git pull; pipx install . --force; fabric --update; source ~/.zshrc (or ~/.bashrc)` in the main directory! **March 13, 2024** — We just added `pipx` install support, which makes it way easier to install Fabric, support for Claude, local models via Ollama, and a number of new Patterns. Be sure to update and check `fabric -h` for the latest!