Merge pull request #6584 from DanielHabenicht/patch-1

Update creating-your-site.md
This commit is contained in:
Martin Donath
2024-01-07 05:26:00 +01:00
committed by GitHub

View File

@@ -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"
=== "Windows (cmd)"
```
docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new .