-
Is there any way to update and uninstall the program ? Like I installed |
Beta Was this translation helpful? Give feedback.
Answered by
metafates
Jun 20, 2022
Replies: 1 comment 2 replies
-
If you've used go method you can update mangal by running To uninstall you have to just delete binary file. If you're not sure where it's located run For example:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
metafates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you've used go method you can update mangal by running
go install github.com/metafates/mangal@latest
To uninstall you have to just delete binary file. If you're not sure where it's located run
which mangal
(where.exe mangal
for powershell)For example:
rm $(which mangal)
rm (which mangal)
rm $(where.exe mangal)