branch: elpa/inf-clojure
commit 310aca9d73fa20e013e96ebf64bea4934874cafb
Merge: 44f3f97 d2bedf9
Author: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>

    Merge pull request #16 from turbopape/patch-1
    
    Fix the installation instructions in the Elisp snippet
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 72d8ad5..ccea0ed 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,8 @@ or if you'd rather keep it in your dotfiles:
 
 ```el
 (unless (package-installed-p 'inf-clojure)
-  (package-refresh-contents))
+  (package-refresh-contents)
+  (package-install 'inf-clojure))
 ```
 
 If the installation doesn't work try refreshing the package list:

Reply via email to