Complete the script name

This commit is contained in:
FrankXie 2022-09-13 23:26:54 -07:00
parent 6604d3fa7d
commit 6798618a9d

View File

@ -179,7 +179,7 @@ Build steps:
3. Build cppzmq via [vcpkg](https://github.com/Microsoft/vcpkg/). This does an out of source build and installs the build files 3. Build cppzmq via [vcpkg](https://github.com/Microsoft/vcpkg/). This does an out of source build and installs the build files
- git clone https://github.com/Microsoft/vcpkg.git - git clone https://github.com/Microsoft/vcpkg.git
- cd vcpkg - cd vcpkg
- ./bootstrap-vcpkg.sh - ./bootstrap-vcpkg.sh # bootstrap-vcpkg.bat for Powershell
- ./vcpkg integrate install - ./vcpkg integrate install
- ./vcpkg install cmark - ./vcpkg install cmark