lighttiger2505 / lab

lab is a cli client of gitlab like hub
MIT License
91 stars 9 forks source link

How to uninstall lab properly #86

Closed mmngreco closed 4 years ago

mmngreco commented 4 years ago

I'm wondering how to uninstall lab properly. There is a guide about this issue?

lighttiger2505 commented 4 years ago

See README.md

Please remove config file. The config file path is $HOME/.config/lab/config.yml.

mmngreco commented 4 years ago

Thank you, so removing the configuration file is enough or I should also remove the binary?

lighttiger2505 commented 4 years ago

If you only want to delete the secret credential of the lab command, deleting the config file is sufficient.

If you want to delete the binary, type $ which lab on the command line to delete the displayed file. This is a general linux/unix procedure.

mmngreco commented 4 years ago

thanks for your support!