Skip to content

Commit

Permalink
Added Powershell to creating started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 15, 2021
1 parent eeb3b23 commit f8d5f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/creating-your-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f8d5f01

Please sign in to comment.