🧑💻 For Developers

Download EtuManager as a developer (source code)

Good to know: depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!

GitHub Integrations

Cras mattis consectetur purus sit amet fermentum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

Clone the live version directly using git

Make sure you have git installed on your machine, otherwice get it from here: https://git-scm.com/downloads

git clone https://github.com/rhaym-tech/EtuManager.git

and to compile use this command:

gcc main.c -o main -lncursesw

In order to compile EtuManager's Code, you need to have: - GCC (GNU Compilers Collection) -

Last updated