summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2021-10-29 12:58:06 +0200
committerbrotzeit <brotzeitmacher@gmail.com>2021-10-29 12:58:06 +0200
commit29211595d7f896fd1f86608757020249fc66924b (patch)
tree44a72895a8c222b7da770591db669da070adfe0d
parent6e1004490f385d9410e53160204c0760b76b2230 (diff)
downloadrust-mode-29211595d7f896fd1f86608757020249fc66924b.tar.gz
mention NonGNU ELPA
close #411
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 16ebf41..324de96 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,14 @@ And put this in your config to load rust-mode automatically:
`(require 'rust-mode)`
+### NonGNU ELPA
+
+https://elpa.nongnu.org/
+
+``` elisp
+(with-eval-after-load 'package (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")))
+```
+
### Manual installation
Clone this repository locally, and add this to your init.el: