Skip to content

Commit

Permalink
update example Dirac Agent startup output
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jan 27, 2016
1 parent 18bf3b5 commit eb6d481
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ You can configure it as `:init` command which will be executed every time you st
Now when you start `lein repl` from command-line, you should see something like this:

nREPL server started on port 8230 on host 127.0.0.1 - nrepl://127.0.0.1:8230
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.7.0
REPL-y 0.3.7, nREPL 0.2.10
Clojure 1.8.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_60-b27
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Expand All @@ -266,9 +266,12 @@ Now when you start `lein repl` from command-line, you should see something like
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e

user=> Started Dirac Agent: Connected to nREPL server at nrepl://localhost:8230. Tunnel is accepting connections at ws://localhost:8231.
user=>
Dirac Agent v0.1.2
Connected to nREPL server at nrepl://localhost:8230.
Tunnel is accepting connections at ws://localhost:8231.

The last line should remind you that Dirac Agent started successfully and listens for browser connections on the port 8231.
The last line should remind you that Dirac Agent started successfully and listens for browser connections on port 8231.

Now you should be able to use REPL from any of your Dirac DevTools instances.

Expand Down

0 comments on commit eb6d481

Please sign in to comment.