diff --git a/README.md b/README.md index 0d9145b..b4c7ccb 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ your build mechanism (GNU Make). $ mkdir build; cd build $ cmake -DCMAKE_BUILD_TYPE=Release .. - $ make # use -j# to parallel compile quickly + $ make # use -j# to parallel compile quickly Following the [Installing](#Installing) steps afterwards.