From d6e1abb078a35937fca4b9e315144dab84696449 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Wed, 3 Jan 2024 21:51:27 +0100 Subject: [PATCH] Update creating-your-site.md use cmd instead of "Commandline" --- docs/creating-your-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 3c773c594..1f2e2ef63 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -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 .