diff --git a/README.md b/README.md index a3d9ffa..20a1fef 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repository is being used to hold Stacc CLI [releases](https://github.com/st * [Snap](#using-snap-linux) * [Homebrew](#using-homebrew-macos--linux) +* [Scoop](#using-scoop-windows) * [From terminal](#from-terminal) * [Direct download](#direct-download) @@ -31,6 +32,20 @@ Then install the CLI with $ brew install stacc ``` +### Using scoop (Windows) + +First add the repository with + +``` +$ scoop bucket add stacc https://github.com/stacc/stacc-CLI +``` + +Then install the CLI with + +``` +$ scoop install stacc +``` + ### From terminal MacOS and Linux users