Files
talk/docs/README.md
T
Wyatt Johnson 2ef219cc7c fixed link
2017-07-24 19:44:32 +10:00

9 lines
277 B
Markdown

# Coral Talk Documentation
To preview the documentation, run:
```bash
docker run --rm --volume=$PWD:/srv/jekyll -p 127.0.0.1:4000:4000 -it jekyll/jekyll:pages jekyll serve
```
From the `docs` directory. Then visit: [http://127.0.0.1:4000/talk/](http://127.0.0.1:4000/talk/).