Skip to content

Commit

Permalink
Merge pull request #669 from pavel-pimenov:fix-readme-windows-mkdir
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 243314673
  • Loading branch information
cmumford committed Apr 12, 2019
2 parents df4a323 + 952be04 commit 7da571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" ..
```
Expand Down

0 comments on commit 7da571c

Please sign in to comment.