Skip to content

Commit 9812232

Browse files
committed
Document how to install on Debian
1 parent bc0df03 commit 9812232

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ the packages for you (under `~/.emacs.d/elpa/`).
6060

6161
* or using <kbd>M-x package-install rust-mode</kbd>
6262

63+
### Package installation on Debian testing or unstable
64+
65+
```bash
66+
apt install elpa-rust-mode
67+
```
68+
6369
### Tests via ERT
6470

6571
The file `rust-mode-tests.el` contains tests that can be run via

0 commit comments

Comments
 (0)