Skip to content

Commit e68108d

Browse files
committed
Make three sections for the socket REPLs
1 parent 5aa9c15 commit e68108d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ point. You can, however, change this behaviour by invoking such
103103
commands with a prefix argument. For instance: `C-u C-c C-v` will ask
104104
for the symbol you want to show the docstring for.
105105

106-
#### Starting and connecting to a socket REPL
106+
#### Clojure cli socket REPL
107107

108108
If you have the new [Clojure CLI tools][] installed you can use the `clojure` command:
109109

@@ -125,6 +125,8 @@ or the following to your [Emacs init file][]:
125125
(setf inf-clojure-tools-deps-cmd '("localhost" . 5555)):
126126
```
127127

128+
#### Leiningen socket REPL
129+
128130
For Leiningen, add the following option to your `~/.lein/profiles.clj` or your `project.clj`:
129131

130132
```clojure
@@ -143,6 +145,8 @@ or the following to your [Emacs init file][]:
143145
(setf inf-clojure-lein-cmd '("localhost" . 5555))
144146
```
145147

148+
#### Boot socket REPL
149+
146150
For boot, export the environment variable `BOOT_JVM_OPTIONS`:
147151

148152
```shell

0 commit comments

Comments
 (0)