diff options
author | zaript <zaript@gmail.com> | 2018-07-16 17:39:49 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-07-16 16:39:49 +0000 |
commit | 7cc9c11bc9d07c21465b2ae68af1a5e36d640884 (patch) | |
tree | 70c0ce00e9b60d215a4701f07aae0a9874e1eccb | |
parent | 96b3d737a8ee1805ec548671a6ba8f219b2c2934 (diff) | |
download | alacritty-7cc9c11bc9d07c21465b2ae68af1a5e36d640884.tar.gz alacritty-7cc9c11bc9d07c21465b2ae68af1a5e36d640884.zip |
Fix clone URL in deb install instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ makepkg -isr Using `cargo deb`, you can create and install a deb file. ```sh -git clone git@github.com:jwilm/alacritty.git +git clone https://github.com/jwilm/alacritty.git cd alacritty cargo install cargo-deb cargo deb --install |