Skip to content

Commit f8d5f01

Browse files
committed
Added Powershell to creating started guide
1 parent eeb3b23 commit f8d5f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/creating-your-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mkdocs new .
1414

1515
Alternatively, if you're running Material for MkDocs from within Docker, use:
1616

17-
=== "Unix"
17+
=== "Unix, Powershell"
1818

1919
```
2020
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new .
@@ -133,7 +133,7 @@ mkdocs serve
133133

134134
If you're running Material for MkDocs from within Docker, use:
135135

136-
=== "Unix"
136+
=== "Unix, Powershell"
137137

138138
```
139139
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

0 commit comments

Comments
 (0)