Explorar el Código

Merge pull request #669 from pavel-pimenov:fix-readme-windows-mkdir

PiperOrigin-RevId: 243314673
main
Chris Mumford hace 5 años
padre
commit
7da571cf2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver fichero

@ -45,7 +45,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
First generate the Visual Studio 2017 project/solution files:
```bash
mkdir -p build
mkdir build
cd build
cmake -G "Visual Studio 15" ..
```

Cargando…
Cancelar
Guardar