diff options
author | Hellsenberg <Th3Fanbus@users.noreply.github.com> | 2018-11-14 22:49:34 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-14 21:49:34 +0000 |
commit | 5baf1fceab7547c9870a5c65ccebd0428bea1ee8 (patch) | |
tree | 5fba92e39faea258e1ef32c482f46a2b95527d13 /README.md | |
parent | bf71d532b01841067b5654072af22bcc0cc0019a (diff) | |
download | alacritty-5baf1fceab7547c9870a5c65ccebd0428bea1ee8.tar.gz alacritty-5baf1fceab7547c9870a5c65ccebd0428bea1ee8.zip |
Move .deb building instructions to INSTALL.md
This fixes #1541.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -43,17 +43,6 @@ to build Alacritty from source can be found [here](INSTALL.md). pacman -S alacritty ``` -### Debian/Ubuntu - -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 deb --install -``` - ### openSUSE Tumbleweed ```sh |