From 927dfd52368757a11db02ba5d747970c36c256a6 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 17 Nov 2023 10:24:34 -0300 Subject: [PATCH] docs: update windows instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9aaaff..f2aa966c 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,11 @@ You can define more LocalAI models and endpoints with `mods --settings`. # macOS or Linux brew install charmbracelet/tap/mods -# Windows +# Windows (with Winget) winget install mods + +# Windows (with Scoop) +scoop bucket add https://github.com/charmbracelet/scoop-bucket.git scoop install mods # Arch Linux (btw)