Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Last active March 13, 2018 08:42
Show Gist options
  • Save innovid-rnd/9be5f94bb58a88ebe2850159c44e453f to your computer and use it in GitHub Desktop.
Save innovid-rnd/9be5f94bb58a88ebe2850159c44e453f to your computer and use it in GitHub Desktop.
brew tap foo/bar git@bitbucket.org:innovid/repo-name-with-the-script-to-install.git
#will clone that repository and add the formulas in it to the brew search path.
brew install hello-world
#will install our script.
brew uninstall hello-world
#will unlink the script from our path and delete it.
brew home hello-world
#will open the documentation web page of our script (as defined in the homepage property of our formula).
brew info hello-world
#will print a description of the script (including when and where it was installed, the formula that was used, and the size of the script).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment