docs: fix readme formatting

This commit is contained in:
Evgenii Alekseev 2024-04-19 20:25:50 +03:00
parent fd24ded6b8
commit 56c0a5837f

View File

@ -50,10 +50,13 @@ Installation
------------
* download sources
* install
* build package
cmake -B build -S sources -DCMAKE_BUILD_TYPE=Release
cmake --build build
* install package
cmake --install build
Additional information