Updating README.md

This commit is contained in:
2025-11-07 23:17:22 +00:00
parent 316cafeca4
commit 1fb55049a8

View File

@@ -1,4 +1,15 @@
# SparkleVerse OS Manager
Simple Qt6 / C++ tool to organise and manage my SparkleVerse OS build.
## Build
```bash
mkdir build
cd build
cmake ..
make
```
Run the resulting executable from the build directory.