Skip to content

Commit

Permalink
Update instructions for building the julia webserver in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Dec 24, 2012
1 parent 71571d4 commit 3ae8e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ On Linux systems, the `Shift-Enter` binding can be set by placing the following

Julia has a web REPL with very preliminary graphics capabilities. The web REPL is currently a showcase to try out new ideas. The web REPL is social - multiple people signing in with a common session name can collaborate within a session.

1. Do `make -C deps install-lighttpd` to download and build the webserver.
1. Do `make webrepl` to build the julia webserver.
2. Start the web REPL service with `./usr/bin/launch-julia-webserver`.
3. Point your browser to `http:https://localhost:2000/`.
4. Try `plot(cumsum(randn(1000)))` and other things.
Expand Down

0 comments on commit 3ae8e7a

Please sign in to comment.