diff --git a/README.md b/README.md index 143b5f8..a521f75 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,13 @@ You'd do well to replace `~/.emacs.d` with the value of ## Updating Prelude -The update procedure is fairly straightforward: +The update procedure is fairly straightforward and consists of 3 steps: + +### Update all bundled packages + +Just run M-x package-list-packages RET U x. Unfortunately this step cannot be automated. + +### Update Prelude's code ```bash cd path/to/prelude/installation @@ -102,7 +108,9 @@ on Unix systems). Alternatively you can run M-x prelude-update from Emacs itself. -It's generally a good idea to stop Emacs before you do the update. The +### Restart Prelude + +It's generally a good idea to stop Emacs after you do the update. The next time Prelude starts it will install any new dependencies (if there are such).