diff --git a/.vscode/settings.json b/.vscode/settings.json index ff5732cf..6af4a5ab 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,10 +8,13 @@ "anthropics", "Aoede", "apikey", + "APIM", "aplicar", + "appuser", "Astley", "atotto", "Autonoe", + "azurecommon", "azureml", "badfile", "Behrens", @@ -131,6 +134,7 @@ "modelines", "Moltbot", "mpga", + "MSAL", "mvdan", "mychat", "mygroup", @@ -222,6 +226,7 @@ "cSpell.ignorePaths": [ "go.mod", ".gitignore", + ".vscode/**", "CHANGELOG.md", "scripts/installer/install.*", "web/static/data/pattern_descriptions.json", @@ -255,6 +260,7 @@ "module", "p", "summary", + "strong", "sup" ] }, diff --git a/README.md b/README.md index 871458c4..fbf0b0e5 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Keep in mind that many of these were recorded when Fabric was Python-based, so r - [macOS (Homebrew)](#macos-homebrew) - [Arch Linux (AUR)](#arch-linux-aur) - [Windows](#windows) + - [Windows (Scoop)](#windows-scoop) - [From Source](#from-source) - [Docker](#docker) - [Environment Variables](#environment-variables) diff --git a/README.zh.md b/README.zh.md index df36d1de..c39a1ea8 100644 --- a/README.zh.md +++ b/README.zh.md @@ -131,6 +131,7 @@ Fabric 按照现实世界中的任务来组织 Prompt,允许人们在一个地 - [macOS (Homebrew)](#macos-homebrew) - [Arch Linux (AUR)](#arch-linux-aur) - [Windows](#windows) + - [Windows (Scoop)](#windows-scoop) - [从源码构建](#从源码构建) - [Docker](#docker) - [环境变量](#环境变量) @@ -260,6 +261,12 @@ yay -S fabric-ai winget install danielmiessler.Fabric ``` +#### Windows (Scoop) + +```bash +scoop install fabric-ai +``` + ### 从源码构建 安装 Fabric 前,请先[确保已安装 Go](https://go.dev/doc/install),然后运行: