mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Revert cargo-deb install back to use crates.io
Since `cargo-deb` has been updated on crates.io it is now possible to just install it from crates.io and build Alacritty's deb without having to rely on github.
This commit is contained in:
parent
956989998b
commit
24a74d4488
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
|
||||
git clone https://github.com/jwilm/alacritty.git
|
||||
cd alacritty
|
||||
cargo install --git https://github.com/mmstick/cargo-deb cargo-deb
|
||||
cargo install cargo-deb
|
||||
cargo deb --install
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue