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,11 +50,14 @@ Installation
------------ ------------
* download sources * download sources
* install * build package
cmake -B build -S sources -DCMAKE_BUILD_TYPE=Release cmake -B build -S sources -DCMAKE_BUILD_TYPE=Release
cmake --build build cmake --build build
cmake --install build
* install package
cmake --install build
Additional information Additional information
====================== ======================