This is a Homebrew tap for formulae for software developed by SF Labs.
Using these formulae requires Homebrew, which in turn requires Xcode. If you have not yet installed Homebrew, a quick summary is at the end of this document.
Once homebrew is installed, simply run:
brew tap sflabsorg/sf
To install software, just use brew install
with the name of the formula. You
may wish to run brew update
before hand to get the latest version of the
formulae. For example, to install the latest version of the tamplier:
brew update
brew install tamplier
To upgrade software:
brew update
brew upgrade # upgrade all software installed with Homebrew
brew upgrade tamplier # update just the tamplier
brew help
, man brew
, or the Homebrew documentation.
This project uses MIT License, as found in the LICENSE file.