Skip to content

Commit 2921159

Browse files
committed
mention NonGNU ELPA
close #411
1 parent 6e10044 commit 2921159

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ And put this in your config to load rust-mode automatically:
7878

7979
`(require 'rust-mode)`
8080

81+
### NonGNU ELPA
82+
83+
https://elpa.nongnu.org/
84+
85+
``` elisp
86+
(with-eval-after-load 'package (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")))
87+
```
88+
8189
### Manual installation
8290

8391
Clone this repository locally, and add this to your init.el:

0 commit comments

Comments
 (0)