diff options
| author | Micah Chalmer <micah@micahchalmer.net> | 2015-05-11 23:54:25 -0400 |
|---|---|---|
| committer | Micah Chalmer <micah@micahchalmer.net> | 2015-05-11 23:54:25 -0400 |
| commit | e16c37c7fbd13d38f465d70fa3af619d2f3d5c88 (patch) | |
| tree | 0b0019dd3de3b7a076f8861e53046b969d5aa867 /README.md | |
| parent | 0077bbf0fc25afdf3bbe73ead2e85518fc61fa67 (diff) | |
| download | rust-mode-e16c37c7fbd13d38f465d70fa3af619d2f3d5c88.tar.gz | |
Remove Marmalade from the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -19,24 +19,13 @@ To install manually, check out this repository and add this to your This associates `rust-mode` with `.rs` files. To enable it explicitly, do <kbd>M-x rust-mode</kbd>. -### `package.el` installation via Marmalade or MELPA +### `package.el` installation via MELPA It can be more convenient to use Emacs's package manager to handle installation for you if you use many elisp libraries. If you have -`package.el` but haven't added Marmalade or MELPA, the community +`package.el` but haven't added MELPA, the community package source, yet, add this to `~/.emacs.d/init.el`: -Using Marmalade: - -```lisp -(require 'package) -(add-to-list 'package-archives - '("marmalade" . "http://marmalade-repo.org/packages/")) -(package-initialize) -``` - -Using MELPA: - ```lisp (require 'package) (add-to-list 'package-archives |
