aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-07-29 13:11:19 +0000
committerGitHub <noreply@github.com>2018-07-29 13:11:19 +0000
commit24a74d44882f89d16d197f2f2854208112938acb (patch)
tree911d2000d0d5df72f4d0a0b7feb04aa9aa466850
parent956989998bfbafc17d8c54d67dcdbe5cbbce55d3 (diff)
downloadalacritty-24a74d44882f89d16d197f2f2854208112938acb.tar.gz
alacritty-24a74d44882f89d16d197f2f2854208112938acb.zip
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72ade994..3afabc8f 100644
--- a/README.md
+++ b/README.md
@@ -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
```