mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Change deb installation from crates.io to git
There have been a number of issues an PRs opened since the cargo-deb installation does not work with the latest version from crates.io. To help out users until the crates.io version is updated, the installation instructions have been temporarily changed to install `cargo-deb` through github.
This commit is contained in:
parent
57a455e5f2
commit
956989998b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Using `cargo deb`, you can create and install a deb file.
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/jwilm/alacritty.git
|
git clone https://github.com/jwilm/alacritty.git
|
||||||
cd alacritty
|
cd alacritty
|
||||||
cargo install cargo-deb
|
cargo install --git https://github.com/mmstick/cargo-deb cargo-deb
|
||||||
cargo deb --install
|
cargo deb --install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue