/coralis

Coralis

Primary LanguageC

Coralis

Coralis is a lightweight, user-friendly command-line interface designed for basic system interactions and task management.

Getting Started

Prerequisites

  • C compiler (GCC recommended)
  • CMake (optional, for easier compilation)

Compilation

To compile Coralis, run:

Create a build directory:

mkdir build && cd build

Use Cmake:

cmake ..

Then use make:

make

Running MicroShell

To start Coralis, simply run:

./coralis

Contributing

Contributions to Coralis are welcome. Please feel free to submit pull requests or open issues for bugs and feature requests.

License

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?