diff --git a/README.md b/README.md index 6336029..19edaf1 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,14 @@ Installation ------------ * download sources - * install +* build package - cmake -B build -S sources -DCMAKE_BUILD_TYPE=Release - cmake --build build - cmake --install build + cmake -B build -S sources -DCMAKE_BUILD_TYPE=Release + cmake --build build + +* install package + + cmake --install build Additional information ======================