Appearance
With Homebrew
- Install Homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- If you already have Homebrew installed, run
brew updateto pull in the latest formulae.
- If you don't have Java 1.8+, you can install it using
brew install brew-cask && brew cask install java. - Install the zanata-client:
brew install zanata-client - Now you can run
zanata-cli --helpfor more options.
Upgrading
- Run
brew update - Run
brew upgrade zanata-client