Fix typo in vcpkg docs (#62)

George Constantinides 2023-09-21 18:55:11 +03:00 committed by GitHub
parent baf5843306
commit 02ae8a5f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -351,7 +351,7 @@ pip install conan
* 32-Bit: `vcpkg install drogon`
* 64-Bit: `vcpkg install drogon:x64-windows`
* extra : `vcpkg install jsoncpp:x64-windows zlib::x64-windows openssl::x64-windows sqlite3:x64-windows libpq:x64-windows libpqxx:x64-windows drogon[core,ctl,sqlite3,postgres,orm]:x64-windows`
* extra : `vcpkg install jsoncpp:x64-windows zlib:x64-windows openssl:x64-windows sqlite3:x64-windows libpq:x64-windows libpqxx:x64-windows drogon[core,ctl,sqlite3,postgres,orm]:x64-windows`
注意:

@ -346,7 +346,7 @@ Assuming that the above environment and library dependencies are all ready, the
* 32-Bit: `vcpkg install drogon`
* 64-Bit: `vcpkg install drogon:x64-windows`
* extra : `vcpkg install jsoncpp:x64-windows zlib::x64-windows openssl::x64-windows sqlite3:x64-windows libpq:x64-windows libpqxx:x64-windows drogon[core,ctl,sqlite3,postgres,orm]:x64-windows`
* extra : `vcpkg install jsoncpp:x64-windows zlib:x64-windows openssl:x64-windows sqlite3:x64-windows libpq:x64-windows libpqxx:x64-windows drogon[core,ctl,sqlite3,postgres,orm]:x64-windows`
note: