Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninstall instructions #50

Closed
halpz opened this issue Mar 20, 2023 · 1 comment
Closed

uninstall instructions #50

halpz opened this issue Mar 20, 2023 · 1 comment

Comments

@halpz
Copy link

halpz commented Mar 20, 2023

Hi could I suggest an uninstall script or instructions to undo everything the install script did?

thanks

@0xacx
Copy link
Owner

0xacx commented Mar 20, 2023

Yes, it's quite simple really:

  1. Go to your bash profile and remove the lines: export OPENAI_KEY=your key and export PATH=$PATH:/usr/local/bin
  2. Go to /usr/local/bin and delete the chatgpt file
  3. If you were using iTerm, imgcat was installed by the script so just go to /usr/local/bin/ and delete the imgcat file

The install script does not install curl and jq itself but asks you to do so. So in the same way you installed them you can use your package manager to uninstall i.e. brew uninstall curl, brew uninstall jq.

I think this should cover it, so I am closing this issue with this answer. Lmk if there's anything that is still unclear.

@0xacx 0xacx closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants