From aac5f3df847698b7c08f3340ba306fc552eb94f0 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 27 Sep 2013 11:09:40 +0300 Subject: [PATCH] Extend update instructions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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).