From e8d6d415465b9c3f794cdc6bcab95d5ca7970477 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 13 Mar 2024 13:36:27 -0700 Subject: [PATCH] Updated the readme with better install instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 074a882..bb966f0 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@
> [!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` in the main directory. So exciting! +> 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! -**March 11, 2024** — We just added support for Claude, local models via Ollama, and a number of new Patterns. Be sure to update and check `fabric -h` for the latest! +**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! ## Introduction videos