Skip to content

Commit cad3675

Browse files
committed
Tweak package front-matter
1 parent ae686f1 commit cad3675

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

cider.el

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
;;; Installation:
3939

40-
;; Available as a package in melpa.org and stable.melpa.org
40+
;; CIDER is available as a package in melpa.org and stable.melpa.org. First, make sure you've
41+
;; enabled one of the repositories in your Emacs config:
4142

4243
;; (add-to-list 'package-archives
4344
;; '("melpa" . "https://melpa.org/packages/"))
@@ -46,11 +47,15 @@
4647
;;
4748
;; (add-to-list 'package-archives
4849
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
49-
;;
50+
51+
;; Afterwards, installing CIDER is as easy as:
52+
5053
;; M-x package-install cider
5154

5255
;;; Usage:
5356

57+
;; You can start CIDER with one of the following commands:
58+
5459
;; M-x cider-jack-in-clj
5560
;; M-x cider-jack-in-cljs
5661
;;

0 commit comments

Comments
 (0)