Skip to content

Commit

Permalink
Clarify needing to eval the marmalade add.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 16, 2012
1 parent 640e71c commit 016b8df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -35,9 +35,10 @@ Add Marmalade as a package archive source in ~/.emacs.d/init.el:
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
(package-initialize)
````
```

Then you can install it:
Evaluate that code by hitting `M-x eval-buffer` in init.el, then you
can install it:

M-x package-refresh-contents
M-x package-install RET starter-kit RET
Expand Down

0 comments on commit 016b8df

Please sign in to comment.