Skip to content

Commit

Permalink
Fix typo in vcpkg docs (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliopitas committed Sep 21, 2023
1 parent baf5843 commit 02ae8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHN-02-安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

注意:

Expand Down
2 changes: 1 addition & 1 deletion ENG-02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 02ae8a5

Please sign in to comment.