mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add Alpine Linux installation instructions
This commit is contained in:
parent
eb1a28ce58
commit
933b2e25ff
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ Precompiled binaries are available from the [GitHub releases page](https://githu
|
|||
Some operating systems already provide binaries for Alacritty, for everyone
|
||||
else the instructions to build Alacritty from source can be found [here](INSTALL.md).
|
||||
|
||||
### Alpine Linux
|
||||
|
||||
```sh
|
||||
apk add alacritty
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue