diff options
author | Ross Smith II <ross@smithii.com> | 2018-12-14 02:00:50 -0800 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-14 10:00:50 +0000 |
commit | e4db833137aa296999cdca3ea0d2f197adc987b5 (patch) | |
tree | 5fc8becfa1beb9468dfb80a0729e1ea28fa159f2 /README.md | |
parent | 53c7489217b6cda66c59646e19d38c675df2b44d (diff) | |
download | alacritty-e4db833137aa296999cdca3ea0d2f197adc987b5.tar.gz alacritty-e4db833137aa296999cdca3ea0d2f197adc987b5.zip |
Add scoop install instructions for windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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). |