2 Commits 3b14f88b85 ... ebcc73d3d9

Author SHA1 Message Date
  Douglas Andreani ebcc73d3d9 CHORE: fix README.md 1 year ago
  Douglas Andreani 3b14f88b85 CHORE: fix README.md 1 year ago
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -20,9 +20,8 @@ make
 
   * With vcpkg
 ```bash
-set CMAKE_TOOLCHAIN_FILE=<your vcpkg.cmake file location>
 mkdir build
 cd build
-cmake .. --preset=default
+cmake .. --preset=default -DCMAKE_TOOLCHAIN_FILE=<your vcpkg.cmake file location>
 ninja
 ```