Skip to content

Commit 99e6d2e

Browse files
committed
Correct the package installation instructions
1 parent 92a9b4a commit 99e6d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ or if you'd rather keep it in your dotfiles:
2929

3030
```el
3131
(unless (package-installed-p 'clojure-mode)
32-
(package-refresh-contents))
32+
(package-install 'clojure-mode))
3333
```
3434

3535
If the installation doesn't work try refreshing the package list:

0 commit comments

Comments
 (0)