This is the official Homebrew tap for Myple. You can use it to install Myple CLI on MacOS and Linux using Homebrew.
To install Myple CLI with Homebrew, aka. brew, run the following commands:
brew tap myple/tap
brew install mypleIf you want to install a specific release, you can include the version in the command. You can also view the list of releases here.
brew install myple@0.1.0To upgrade, it is recommended that you run the brew upgrade command. However, you can also run myple upgrade as well.
brew upgrade mypleIf you want to uninstall Myple CLI, run the following commands:
brew uninstall myple
brew untap myple/tap