mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04:00
Add scoop install instructions for windows
This commit is contained in:
parent
53c7489217
commit
e4db833137
1 changed files with 9 additions and 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).
|
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
|
### Other
|
||||||
|
|
||||||
Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the [GitHub releases page](https://github.com/jwilm/alacritty/releases).
|
Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the [GitHub releases page](https://github.com/jwilm/alacritty/releases).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue