Update creating-your-site.md
make it clear that this command is aimed only aimed at Wind ows CommandLine users and generally windows users.
This commit is contained in:
parent
246266fafa
commit
4c5228d55c
|
|
@ -16,7 +16,7 @@ Alternatively, if you're running Material for MkDocs from within Docker, use:
|
||||||
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new .
|
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new .
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Windows"
|
=== "Windows Commandline"
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new .
|
docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue