ekkinox / yai

Your AI powered terminal assistant.
https://ekkinox.github.io/yai
MIT License
682 stars 32 forks source link

Uninstalling #20

Closed TheSast closed 1 year ago

TheSast commented 1 year ago

It would be useful to document how to uninstll yai. If necessary, adding an uninstall.sh script.

ekkinox commented 1 year ago

Yai is a standalone binary, installed in /usr/local/bin, you just need to delete it, as well as its config file:

rm ~/.config/yai.json && rm /usr/local/bin/yai

Will add this to the docs, thx for suggestion.

ekkinox commented 1 year ago

Added to docs.

ekkinox commented 1 year ago

Fyi: added uninstall script following https://github.com/ekkinox/yai/issues/27.