diff --git a/README.md b/README.md index 6002ce5..839f6c6 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,13 @@ brew tap SoloAntonio/cartero brew install --cask cartero ``` +**Windows**: Also is available using [Scoop][scoop] (command-line installer for Windows): + +```bash +scoop bucket add extras +scoop install extras/cartero +``` + **NixOS**: You can also add Cartero to your system [as a flake][flake]. ## Building @@ -160,3 +167,4 @@ to Christian as well! [flake]: https://cartero.danirod.es/docs/installing/nixos-flake.html [hacking]: https://cartero.danirod.es/docs/hacking.html [contributing]: https://cartero.danirod.es/docs/contributing.html +[scoop]: https://scoop.sh/ \ No newline at end of file diff --git a/doc/SUMMARY.md b/doc/SUMMARY.md index 9f66a16..9cdf255 100644 --- a/doc/SUMMARY.md +++ b/doc/SUMMARY.md @@ -9,6 +9,7 @@ - [Installing Cartero](./installing.md) - [Homebrew Tap (macOS)](./installing/macos-brew.md) - [NixOS Flake](./installing/nixos-flake.md) + - [Windows](./installing/windows.md) --- diff --git a/doc/installing/windows.md b/doc/installing/windows.md index 87665ea..120a7df 100644 --- a/doc/installing/windows.md +++ b/doc/installing/windows.md @@ -1 +1,13 @@ -# Installing on Windows +# Scoop Command-Line Installer for Windows + +To install Cartero using scoop, simply add the extras bucket. + +``` +scoop bucket add extras +``` + +Now you can install Cartero with: + +``` +scoop install extras/cartero +```