summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Andersen <lars.andersen@gjensidige.no>2015-09-22 16:10:03 +0200
committerLars Andersen <lars.andersen@gjensidige.no>2015-09-22 16:10:03 +0200
commit8e011aa1343ff05e694d06f7eb2de48a6be32b9c (patch)
tree393389e41af02989878589fee34e76a2c94f1f3c /README.md
parent9b2a89af82f496d2fa5bfac71364c0ab57d594ab (diff)
Improve troubleshooting section slightly
The previous advice related to a bad package upgrade forgot to tell the user to restart emacs after manually deleting and re-installing CIDER.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 83ab81ee..de89a2fc 100644
--- a/README.md
+++ b/README.md
@@ -1283,9 +1283,9 @@ the latest CIDER version might depend on functionality present only in the lates
### I upgraded CIDER using `package.el` and it broke
The built-in package manager isn't perfect and sometimes it messes up. If you
-just updated and encountered an error please go into the `.emacs.d/elpa`
-directory and delete any folders related to CIDER and then re-install before
-opening an issue.
+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.
### I upgraded CIDER using `package.el` and nothing changed