diff --git a/README.md b/README.md index 1ffc9475e0b18..e69a39f30c278 100644 --- a/README.md +++ b/README.md @@ -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://localhost:2000/`. 4. Try `plot(cumsum(randn(1000)))` and other things.