Skip to content

Commit

Permalink
Revert cargo-deb install back to use crates.io
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrisduerr authored Jul 29, 2018
1 parent 9569899 commit 24a74d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 24a74d4

Please sign in to comment.