aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHellsenberg <Th3Fanbus@users.noreply.github.com>2018-11-14 22:49:34 +0100
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-14 21:49:34 +0000
commit5baf1fceab7547c9870a5c65ccebd0428bea1ee8 (patch)
tree5fba92e39faea258e1ef32c482f46a2b95527d13
parentbf71d532b01841067b5654072af22bcc0cc0019a (diff)
downloadalacritty-5baf1fceab7547c9870a5c65ccebd0428bea1ee8.tar.gz
alacritty-5baf1fceab7547c9870a5c65ccebd0428bea1ee8.zip
Move .deb building instructions to INSTALL.md
This fixes #1541.
-rw-r--r--INSTALL.md10
-rw-r--r--README.md11
2 files changed, 10 insertions, 11 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 33ebdfac..b0627820 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -23,6 +23,7 @@
1. [Desktop Entry](#desktop-entry)
2. [MacOS](#macos)
3. [Cargo](#cargo)
+ 4. [Debian/Ubuntu](#debianubuntu-1)
3. [Manual Page](#manual-page)
4. [Shell Completions](#shell-completions)
1. [Zsh](#zsh)
@@ -212,6 +213,15 @@ If you don't want to clone the repository, you can install Alacritty directly us
cargo install --git https://github.com/jwilm/alacritty
```
+### Debian/Ubuntu
+
+Using `cargo deb`, you can create and install a deb file.
+
+```sh
+cargo install cargo-deb
+cargo deb --install
+```
+
## Manual Page
Installing the manual page requires the additional dependency `gzip`.
diff --git a/README.md b/README.md
index 14331e7c..9f8030eb 100644
--- a/README.md
+++ b/README.md
@@ -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