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
commit 7c8ff087f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 .