1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-30 18:24:35 +01:00

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: 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 . 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: 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 docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material