Skip to content
Snippets Groups Projects
Commit b69c7671 authored by Sean Madsen's avatar Sean Madsen
Browse files

Put Docker command in docs instead of a script

parent e46581df
No related branches found
No related tags found
No related merge requests found
docker run --rm -v "$PWD":/docs -p 8000:8000 -w /docs seanmadsen/civicrm-mkdocs serve --dirtyreload -a 0.0.0.0:8000
......@@ -68,7 +68,11 @@ The most advanced way to work on a book is to use git to download all the markdo
cd civicrm-dev-docs
```
1. *(optional)* If you have [Docker](https://www.docker.com/) installed, then at this point you can run the script `./docker-mkdocs-serve` and skip to the "view the book" step below.
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
```
1. Install [pip](https://pypi.python.org/pypi/pip) (python package manager)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment