README.md: corrected cmake commands (#846)

* corrected cmake commands

* Update README.md
This commit is contained in:
blackliner 2019-07-29 22:59:25 +02:00 committed by Roman Lebedev
parent ff7e2d45a5
commit 66482d538d

View File

@ -69,7 +69,7 @@ $ git clone https://github.com/google/googletest.git benchmark/googletest
$ mkdir build && cd build
# Generate a Makefile with cmake.
# Use cmake -G <generator> to generate a different file type.
$ cmake ../benchmark
$ cmake ../
# Build the library.
$ make
```