mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added Powershell to creating started guide
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user