2 Commits 3b14f88b85 ... ebcc73d3d9

Autor SHA1 Mensaje Fecha
  Douglas Andreani ebcc73d3d9 CHORE: fix README.md hace 1 año
  Douglas Andreani 3b14f88b85 CHORE: fix README.md hace 1 año
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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
 ```