Skip to content

crowdin/homebrew-crowdin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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@3

See the official documentation for more details.

Usage

Use the following method to run the app:

crowdin

Update

brew upgrade crowdin/crowdin/crowdin@3

How to update sha256 checksum?

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