Coralis is a lightweight, user-friendly command-line interface designed for basic system interactions and task management.
- C compiler (GCC recommended)
- CMake (optional, for easier compilation)
To compile Coralis, run:
Create a build directory:
mkdir build && cd build
Use Cmake:
cmake ..
Then use make:
make
To start Coralis, simply run:
./coralis
Contributions to Coralis are welcome. Please feel free to submit pull requests or open issues for bugs and feature requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Would you like me to explain or elaborate on any part of this README?