Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 904 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 904 Bytes

Homebrew Tap for Crowdin

Status

homebrew downloads

Installation

Add Crowdin tap to your list of Homebrew taps:

brew tap crowdin/crowdin

To install Crowdin CLI:

brew install crowdin@4

See the official documentation for more details.

Usage

Use the following method to run the app:

crowdin

Update

brew upgrade crowdin/crowdin/crowdin@4

How to update sha256 checksum?

  1. Download zip-archive
  2. Execute command shasum -a 256 crowdin-cli.zip
  3. Update sha256 value in the [email protected] file
  4. Create Pull Request.