Skip to content

Updating and Uninstalling #19

Answered by metafates
raj23689 asked this question in Q&A
Jun 20, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

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:

  • Bash/Zsh - rm $(which mangal)
  • Fish - rm (which mangal)
  • Powershell - rm $(where.exe mangal)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@raj23689
Comment options

@metafates
Comment options

Answer selected by metafates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants