summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Andersen <lars.andersen@gjensidige.no>2015-09-23 09:10:43 +0200
committerLars Andersen <lars.andersen@gjensidige.no>2015-09-23 09:10:43 +0200
commit5ed7e98a9b0842741d316dd155c1ce59d6a7f262 (patch)
tree4e46c7e56674fdae34d0c4819371266b88aeeba4 /README.md
parent8e011aa1343ff05e694d06f7eb2de48a6be32b9c (diff)
Fix order of steps in troubleshooting section
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index de89a2fc..ec1b8f6e 100644
--- a/README.md
+++ b/README.md
@@ -1285,7 +1285,8 @@ the latest CIDER version might depend on functionality present only in the lates
The built-in package manager isn't perfect and sometimes it messes up. If you
just updated and encountered an error you should try the following before
opening an issue: Go into the `.emacs.d/elpa` directory, delete any folders
-related to CIDER, re-install and restart emacs.
+related to CIDER, restart emacs and then re-install the missing packages. Note
+that the order here matters.
### I upgraded CIDER using `package.el` and nothing changed