Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-03-31 21:27:52 -04:00 committed by GitHub
parent 70c2fcfdf1
commit 030676c2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ $ ./tests
```bash ```bash
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake -G "Visual Studio 15 2017" ../. $ cmake ../. -G "Visual Studio 15 2017"
$ make $ make
$ ./tests $ ./tests
``` ```