updated readme

This commit is contained in:
2024-05-07 02:12:16 +03:00
parent c6d0c0f735
commit 98ffee501e

View File

@@ -24,7 +24,8 @@ The Universal Math Library (UML) is a comprehensive, open-source library aimed a
``` ```
3. Build the project using CMake: 3. Build the project using CMake:
``` ```
cmake --build cmake-build-debug --target uml -j 6 cmake --preset x64-release -S .
cmake --build cmake-build/build/x64-release --target server -j 6
``` ```
## Usage ## Usage