summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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: