I created this CLI to work more efficiently with MaduChat.
- Compile the main.c file
gcc main.c -o maduchat
- Add the outputfile to your PATH
- Backup your PATH
echo $PATH > ~/path.txt
- Move the outputfile to
~/maduchat/FILE_HERE
- Add the outputfile to your PATH (To use it after reopen the terminal, you have to add this at the bottom of your ~/.profile file)
export PATH="$PATH:~/maduchat"
- Add the binary file to
/bin
- Search for "Environment Variables"
- Add the outputfile to your PATH
- Backup your PATH