From f8d5f016c8451bfdd11b84ef3ead1091ff734e74 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 15 Apr 2021 21:53:53 +0200 Subject: [PATCH] Added Powershell to creating started guide --- docs/creating-your-site.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 26026ad8a..ea9bcf87e 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