summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoss Smith II <ross@smithii.com>2018-12-14 02:00:50 -0800
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-14 10:00:50 +0000
commite4db833137aa296999cdca3ea0d2f197adc987b5 (patch)
tree5fc8becfa1beb9468dfb80a0729e1ea28fa159f2 /README.md
parent53c7489217b6cda66c59646e19d38c675df2b44d (diff)
Add scoop install instructions for windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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).