Added Powershell to creating started guide

This commit is contained in:
squidfunk 2021-04-15 21:53:53 +02:00
parent eeb3b239dc
commit f8d5f016c8

View File

@ -14,7 +14,7 @@ mkdocs new .
Alternatively, if you're running Material for MkDocs from within Docker, use:
=== "Unix"
=== "Unix, Powershell"
```
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new .
@ -133,7 +133,7 @@ mkdocs serve
If you're running Material for MkDocs from within Docker, use:
=== "Unix"
=== "Unix, Powershell"
```
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material