From e4db833137aa296999cdca3ea0d2f197adc987b5 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 14 Dec 2018 02:00:50 -0800 Subject: [PATCH] Add scoop install instructions for windows --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 945099d2..a8a401a8 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,15 @@ brew cask install alacritty Once the cask is installed, it is recommended to setup the [manual page](INSTALL.md#manual-page), [shell completions](INSTALL.md#shell-completions), and [terminfo definitions](INSTALL.md#terminfo). +### Windows + +#### Via [Scoop](https://scoop.sh) + +```batch +scoop bucket add extras +scoop install alacritty +``` + ### Other Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the [GitHub releases page](https://github.com/jwilm/alacritty/releases).