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:
DanielHabenicht 2024-01-03 16:01:24 +01:00 committed by GitHub
parent 246266fafa
commit 4c5228d55c
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 . 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 .