From 44d47395ccacd2f8528a9ac2663aae8c74bfb892 Mon Sep 17 00:00:00 2001 From: NerdyPunkDad <141609208+NerdyPunkDad@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:20:18 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f3e50f..d82d59f 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,12 @@ > [!NOTE] August 20, 2024 — We have migrated to Go, and the transition has been pretty smooth! The biggest thing to know is that **the previous installation instructions in the various Fabric videos out there will no longer work** because they were for the legacy (Python) version. Check the new [install instructions](#Installation) below. > -> **There were several important changes to the command line interface during the rewrite:** +> +> **The following command line options were changed during the migration to Go:** > * You now need to use the -c option instead of -C to copy the result to the clipboard. > * You now need to use the -s option instead of -S to stream results in realtime. -> * The --agents (-a), --gui, --clearsession, --remoteOllamaServer, and --sessionlog options **have been removed** -> * You can now use --Setup (-S) to cofigure your Ollama server. +> * The following command line options have been removed --agents (-a), --gui, --clearsession, --remoteOllamaServer, and --sessionlog options +> * You can now use --Setup (-S) to cofigure an Ollama server. > * **Please be patient while our developers rewrite the gui in go** ## Intro videos