diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 26026ad8add..ea9bcf87e0f 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -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