Skip to content

Commit

Permalink
Use two terminals instead of a bg task.
Browse files Browse the repository at this point in the history
  • Loading branch information
emezeske committed Apr 12, 2012
1 parent 3f08011 commit 6e9a3d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions example-projects/advanced/src-clj/example/views.clj
Expand Up @@ -34,9 +34,10 @@
[:body
[:h1 "REPL Demo"]
[:hr]
"This page is meant to be accessed by running:"
[:pre "lein ring server-headless 3000 &
lein trampoline cljsbuild repl-launch firefox http://localhost:3000/repl-demo"]
"This page is meant to be accessed by running this in one terminal:"
[:pre "lein ring server-headless 3000"]
"And then this in a different terminal:"
[:pre "lein trampoline cljsbuild repl-launch firefox http://localhost:3000/repl-demo"]
[:hr]
"Alternately, you can run:"
[:pre "lein ring server-headless 3000 &
Expand Down

0 comments on commit 6e9a3d5

Please sign in to comment.