aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3afabc8f..72ade994 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 cargo-deb
+cargo install --git https://github.com/mmstick/cargo-deb cargo-deb
cargo deb --install
```