diff options
| author | Matt Kraai <kraai@ftbfs.org> | 2016-03-08 06:13:46 -0800 |
|---|---|---|
| committer | Matt Kraai <kraai@ftbfs.org> | 2016-03-08 06:13:46 -0800 |
| commit | 981223247d95c86fcffb1ab3de955a7be38288d8 (patch) | |
| tree | 4627672b188e12558a101abad03fe77280e791b7 /README.md | |
| parent | bc0df03bec8b92e8aded61cce364a0386e8c04b2 (diff) | |
| download | rust-mode-981223247d95c86fcffb1ab3de955a7be38288d8.tar.gz | |
Document how to install on Debian
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
