Skip to content

Commit

Permalink
mention NonGNU ELPA
Browse files Browse the repository at this point in the history
close #411
  • Loading branch information
brotzeit committed Oct 29, 2021
1 parent 6e10044 commit 2921159
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2921159

Please sign in to comment.