summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2016-03-09 11:13:42 -0500
committerNiko Matsakis <niko@alum.mit.edu>2016-03-09 11:13:42 -0500
commitbd44088e136135771aabc1a47257d13591ad8c0c (patch)
tree425efefd45cec1099d22045fa775a21d66f26995
parent1c372492125224625d7f35942f171eb90e22b3f2 (diff)
parent981223247d95c86fcffb1ab3de955a7be38288d8 (diff)
downloadrust-mode-bd44088e136135771aabc1a47257d13591ad8c0c.tar.gz
Merge pull request #138 from kraai/upstream
Document how to install on Debian
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c47a5b..5696250 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,12 @@ the packages for you (under `~/.emacs.d/elpa/`).
* or using <kbd>M-x package-install rust-mode</kbd>
+### Package installation on Debian testing or unstable
+
+```bash
+apt install elpa-rust-mode
+```
+
### Tests via ERT
The file `rust-mode-tests.el` contains tests that can be run via