diff --git a/README.md b/README.md index 63360293..0b0a35d6 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,13 @@ 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 ======================