diff --git a/README.md b/README.md index 0168f8d..c5d096f 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,21 @@ For additional usage instructions, run `gibo help`. brew install gibo ``` -Or use the tap, which is slightly more up-to-date: +Or use the tap, which may be slightly more up-to-date: ```sh brew install simonwhitaker/tap/gibo ``` +### Using Scoop + +On Windows, you can install gibo using [Scoop](https://scoop.sh/#/apps?q=gibo): + +```sh +scoop bucket add main +scoop install main/gibo +``` +