Skip to content

Commit

Permalink
Fix multiline cmd command in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
DDoSolitary authored Aug 26, 2020
1 parent f1a59d4 commit 265220f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ vcpkg install --triplet x64-windows-static libarchive boost-program-options boos
```cmd
mkdir build
cd build
cmake .. \
-G "NMake Makefiles" \
-DCMAKE_TOOLCHAIN_FILE=<path-to-vcpkg-dir>/scripts/buildsystems/vcpkg.cmake \
cmake .. ^
-G "NMake Makefiles" ^
-DCMAKE_TOOLCHAIN_FILE=<path-to-vcpkg-dir>/scripts/buildsystems/vcpkg.cmake ^
-DVCPKG_TARGET_TRIPLET=x64-windows-static
nmake
```
Expand Down

0 comments on commit 265220f

Please sign in to comment.