[#344] add nREPL docs
This commit is contained in:
parent
658f115bfb
commit
4dd008434b
1 changed files with 2 additions and 2 deletions
|
|
@ -20,14 +20,14 @@ $ rlwrap bb --repl
|
||||||
|
|
||||||
To start the socket REPL you can do this:
|
To start the socket REPL you can do this:
|
||||||
|
|
||||||
``` shellsession
|
``` shell
|
||||||
$ bb --socket-repl 1666
|
$ bb --socket-repl 1666
|
||||||
Babashka socket REPL started at localhost:1666
|
Babashka socket REPL started at localhost:1666
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can connect with your favorite socket REPL client:
|
Now you can connect with your favorite socket REPL client:
|
||||||
|
|
||||||
``` shellsession
|
``` shell
|
||||||
$ rlwrap nc 127.0.0.1 1666
|
$ rlwrap nc 127.0.0.1 1666
|
||||||
Babashka v0.0.14 REPL.
|
Babashka v0.0.14 REPL.
|
||||||
Use :repl/quit or :repl/exit to quit the REPL.
|
Use :repl/quit or :repl/exit to quit the REPL.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue