From 836b235b1fe023f369be2cff73b7c52173fe1c2a Mon Sep 17 00:00:00 2001 From: maxnet Date: Sun, 4 Apr 2021 16:09:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f0563..3da3368 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If not, compile [CMake from source](https://cmake.org/download/#latest) first. ``` git clone --depth 1 https://github.com/maxnet/pico-webserver cd pico-webserver -git submodule update --init --depth 1 +git submodule update --init mkdir -p build cd build cmake ..