Skip to content

Madu-de/MaduChat-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MaduChat-CLI

I created this CLI to work more efficiently with MaduChat.

How to add MaduChat-CLI to my machine

  1. Compile the main.c file
    gcc main.c -o maduchat
  2. Add the outputfile to your PATH

    On Linux (First method)

    • 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"

    On Linux (Second method)

    • Add the binary file to /bin

    On Windows

    • Search for "Environment Variables"
    • Add the outputfile to your PATH

About

I created this CLI to work more efficiently with MaduChat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages