diff --git a/README.md b/README.md index 06eca85..20b7b97 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ The following Qt 5 modules are requried: core network gui widgets svg webenginew #### Building this straight 0. Install (preferably the latest version of) g++ or clang, the required Qt 5 modules and CMake. 1. Get the sources. For the lastest version from Git clone the following repositories: + ``` cd $SOURCES git clone https://github.com/Martchus/cpp-utilities.git @@ -82,6 +83,7 @@ The following Qt 5 modules are requried: core network gui widgets svg webenginew git clone https://github.com/Martchus/subdirs.git ``` 2. Build and install everything in one step: + ``` cd $BUILD_DIR cmake \