More README tweaks.
Signed-off-by: Richard Newman <rnewman@twinql.com>
This commit is contained in:
parent
6db476d265
commit
55baa1685d
1 changed files with 6 additions and 3 deletions
|
@ -116,11 +116,14 @@ To quit, type: :cljs/quit
|
|||
cljs.user=>
|
||||
```
|
||||
|
||||
in Vim:
|
||||
in Vim, in the working directory:
|
||||
|
||||
```
|
||||
:Connect nrepl://localhost:62385
|
||||
:Piggieback (cljs.repl.node/repl-env)
|
||||
```
|
||||
|
||||
Now you can use `:Eval`, `cqc`, and friends to evaluate code.
|
||||
Now you can use `:Eval`, `cqc`, and friends to evaluate code. Fireplace should connect automatically, but if it doesn't:
|
||||
|
||||
```
|
||||
:Connect nrepl://localhost:62385
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue