branch: elpa/rust-mode
commit bd44088e136135771aabc1a47257d13591ad8c0c
Merge: 1c37249 9812232
Author: Niko Matsakis <[email protected]>
Commit: Niko Matsakis <[email protected]>
Merge pull request #138 from kraai/upstream
Document how to install on Debian
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
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