Remove -c core.symlinks arg from the clone command

This commit is contained in:
cpq 2023-02-09 20:06:53 +00:00
parent 5a42319a07
commit 396ee803b2

View File

@ -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
```