Guest User

Untitled

a guest
Mar 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. brew tap foo/bar git@bitbucket.org:innovid/repo-name-with-the-script-to-install.git
  2. #will clone that repository and add the formulas in it to the brew search path.
  3. brew install hello-world
  4. #will install our script.
  5. brew uninstall hello-world
  6. #will unlink the script from our path and delete it.
  7. brew home hello-world
  8. #will open the documentation web page of our script (as defined in the homepage property of our formula).
  9. brew info hello-world
  10. #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).
Add Comment
Please, Sign In to add comment