diff --git a/docs/documentation.md b/docs/documentation.md index dcd0fe88fd81b3bd2e6b49487c28a89bb084d0b9..55005e58f14fb9cb4e4b4a17ed9a0f9a8ef713c5 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -71,7 +71,7 @@ The most advanced way to work on a book is to use git to download all the markdo 1. *(optional)* If you have [Docker](https://www.docker.com/) installed, then at this point you can run the following command and then skip to the "view the book" step below. ``` - docker run --rm -v "$PWD":/docs -p 8000:8000 -w /docs seanmadsen/civicrm-mkdocs serve --dirtyreload -a 0.0.0.0:8000 + docker run --rm -v "$PWD":/docs -p 8000:8000 -w /docs seanmadsen/civicrm-docker-mkdocs serve --dirtyreload -a 0.0.0.0:8000 ``` 1. Install [pip](https://pypi.python.org/pypi/pip) (python package manager)