From 396ee803b2007a69fcb437c7cbb8ac574153542c Mon Sep 17 00:00:00 2001 From: cpq Date: Thu, 9 Feb 2023 20:06:53 +0000 Subject: [PATCH] Remove -c core.symlinks arg from the clone command --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 037e2f68..19927b74 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,7 +23,7 @@ development environment - If you're on Windows 10/11, make sure to enable "Developer mode" - Start a terminal / command prompt and execute the following commands: ```sh - git clone -c core.symlinks=true https://github.com/cesanta/mongoose + git clone https://github.com/cesanta/mongoose cd mongoose/examples/http-server make ```