- b master -> -b main

This commit is contained in:
Mert Övün 2024-04-17 21:37:49 +03:00 committed by Matej Kenda
parent f4dba784a4
commit e9f6fc10cc

View File

@ -80,7 +80,7 @@ $ brew install cmake openssl mysql-client libpq
building the POCO C++ Libraries.
```
$ git clone -b master https://github.com/pocoproject/poco.git
$ git clone -b main https://github.com/pocoproject/poco.git
$ cd poco
$ mkdir cmake-build
$ cd cmake-build