diff --git a/Home.md b/Home.md index 186b3cb..4221740 100644 --- a/Home.md +++ b/Home.md @@ -14,6 +14,7 @@ For testing purposes _googletest_ is chosen as one of the favourite testing fra Just copy the commands between brackets [] below 1) Clone the repository + // Take/create any temporary folder [ git clone https://github.com/google/googletest.git @@ -24,7 +25,7 @@ cd build 2) Configure and build -//Install system-wide (requires sudo) +// Install system-wide (requires sudo) [ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=ON ]