Commit 66482d53 by blackliner Committed by Roman Lebedev

README.md: corrected cmake commands (#846)

* corrected cmake commands * Update README.md
parent ff7e2d45
...@@ -69,7 +69,7 @@ $ git clone https://github.com/google/googletest.git benchmark/googletest ...@@ -69,7 +69,7 @@ $ git clone https://github.com/google/googletest.git benchmark/googletest
$ mkdir build && cd build $ mkdir build && cd build
# Generate a Makefile with cmake. # Generate a Makefile with cmake.
# Use cmake -G <generator> to generate a different file type. # Use cmake -G <generator> to generate a different file type.
$ cmake ../benchmark $ cmake ../
# Build the library. # Build the library.
$ make $ make
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment