Floris Bos 2021-04-21 22:25:52 +02:00
commit b5e1af22c0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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