aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorblackliner <florian.berchtold@gmail.com>2019-07-29 22:59:25 +0200
committerRoman Lebedev <lebedev.ri@gmail.com>2019-07-29 23:59:25 +0300
commit66482d538d6c6041b29ab6a95cf5b6d561fbd306 (patch)
tree65fea4b114702f6a8da43521f3b6d9bf1e36a98a /README.md
parentff7e2d45a5a016a7c54f6ce385efc59b3d975598 (diff)
downloadgoogle-benchmark-66482d538d6c6041b29ab6a95cf5b6d561fbd306.tar.gz
README.md: corrected cmake commands (#846)
* corrected cmake commands * Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c21937..ea14d73 100644
--- a/README.md
+++ b/README.md
@@ -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
```