Skip to content

Commit

Permalink
Update guide.md (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 3, 2020
1 parent 466134e commit c09d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ build/
1. You can run a local web server out of the `docs/build` directory. One way to accomplish
this is to install the [LiveServer](https://github.com/asprionj/LiveServer.jl) Julia
package. You can then start the server with
`julia -e 'using LiveServer; cd("docs/build"); serve()'`. Alternatively, if you have Python
`julia -e 'using LiveServer; serve(dir="docs/build")'`. Alternatively, if you have Python
installed, you can start one with `python3 -m http.server --bind localhost`
(or `python -m SimpleHTTPServer` with Python 2).

Expand Down

0 comments on commit c09d378

Please sign in to comment.