mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Update creating-your-site.md
use cmd instead of "Commandline"
This commit is contained in:
parent
4c5228d55c
commit
d6e1abb078
@ -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 .
|
||||
```
|
||||
|
||||
=== "Windows Commandline"
|
||||
=== "Windows (cmd)"
|
||||
|
||||
```
|
||||
docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new .
|
||||
|
Loading…
Reference in New Issue
Block a user