mirror of
https://github.com/alacritty/alacritty.git
synced 2025-04-07 17:43:03 -04:00
Add install instructions via cargo --git
This commit is contained in:
parent
dddf66467c
commit
03f9e0cd9a
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -196,6 +196,16 @@ It might be handy to mask all other packages provided in the `slyfox` overlay by
|
|||
adding `*/*::slyfox` to `/etc/portage/package.mask` and adding
|
||||
`x11-terms/alacritty::slyfox` to `/etc/portage/package.unmask`.
|
||||
|
||||
### Cargo
|
||||
|
||||
If you have a rust toolchain setup you can install Alacritty via cargo:
|
||||
|
||||
```sh
|
||||
cargo install --git https://github.com/jwilm/alacritty
|
||||
```
|
||||
|
||||
Note that you still need to download system build dependencies via your package manager as mentioned above. The binary `alacritty` will be placed into `$HOME/.cargo/bin`. Make sure it is in your path (default if you use `rustup`).
|
||||
|
||||
#### Other
|
||||
|
||||
If you build Alacritty on another distribution, we would love some help
|
||||
|
|
Loading…
Add table
Reference in a new issue