From 9dfa0002412adc4b550326268f69163fdd7ccaf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Bezet-Torres=20=5BMVP=5D?= Date: Thu, 11 Jan 2024 05:34:35 +0100 Subject: [PATCH] docs: Update documentation readme (#9600) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f7160558d..e2fb489078b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Docfx is planned to continue as a community-driven project. We hope to produce f 2. Create and start a website locally: ``` - docfx init -q + docfx init -y docfx build docfx_project\docfx.json --serve ```