@@ -79,7 +79,7 @@ The most advanced way to work on a guide is to use git to download all the markd
...
@@ -79,7 +79,7 @@ The most advanced way to work on a guide is to use git to download all the markd
cd civicrm-dev-docs
cd civicrm-dev-docs
```
```
1.*(optional)* If you have [Docker](https://www.docker.com/) installed, then at this point you can run one of the following commands and then skip to the "view the guide" step below.
1.*(optional)* If you have [Docker](https://www.docker.com/) installed, then at this point you can run one of the following commands and then skip to the "view the guide locally ..." step below.
1. For folks who have a full Docker for Windows / Mac / Linux environment, run this command:
1. For folks who have a full Docker for Windows / Mac / Linux environment, run this command:
```
```
...
@@ -96,7 +96,7 @@ The most advanced way to work on a guide is to use git to download all the markd
...
@@ -96,7 +96,7 @@ The most advanced way to work on a guide is to use git to download all the markd
```
```
docker run --rm -v "/c/Users/<username>/Documents/GitHub/civicrm-user-guide:/docs" -p 8000:8000 -w /docs seanmadsen/civicrm-docker-mkdocs serve --dirtyreload -a 0.0.0.0:8000
docker run --rm -v "/c/Users/<username>/Documents/GitHub/civicrm-user-guide:/docs" -p 8000:8000 -w /docs seanmadsen/civicrm-docker-mkdocs serve --dirtyreload -a 0.0.0.0:8000
```
```
and skip to the "view the book" step below.
and skip to the "view the guide locally ..." step below.