0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Update README.md

Co-authored-by: Kai Pastor <dg0yt@darc.de>
This commit is contained in:
Roland Bock 2024-09-24 13:20:51 +00:00
parent fd5e612cda
commit f18f595a48

View File

@ -200,7 +200,7 @@ git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg install sqlpp11[<database>]
./vcpkg install 'sqlpp11[mysql]' # or other database feature
```
The sqlpp11 port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.