Update README.md

This commit is contained in:
Hermet Park 2023-01-15 12:52:14 +09:00 committed by GitHub
parent 9b3c34c3b1
commit 2a3165d66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,11 +81,11 @@ Clone the vcpkg repo. Make sure you are in the directory you want the tool insta
``` ```
git clone https://github.com/Microsoft/vcpkg.git git clone https://github.com/Microsoft/vcpkg.git
``` ```
Run the bootstrap script to build vcpkg. Run the bootstrap script to build the vcpkg.
``` ```
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
``` ```
Install ThorVG package. Install the ThorVG package.
``` ```
./vcpkg install thorvg ./vcpkg install thorvg
``` ```