Update README.md

main^2
maxnet 2021-04-04 16:09:37 +02:00 zatwierdzone przez GitHub
rodzic f64f407460
commit 836b235b1f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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 ..