Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 531 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 531 Bytes

homebrew-browserup-cli

Install instructions for the BrowserUp CLI using Homebrew.

brew tap browserup/homebrew-browserup-cli

brew install --no-quarantine browserup-cli

Linux non-homebrew install instructions:

  • Download the linux binary from here:

https://github.com/browserup/homebrew-browserup-cli/releases/

  • Unzip, move browserup to /usr/local/bin
  • chmod +x browserup
  • Add it to your PATH

Uninstall:

brew uninstall --force browserup-cli
brew untap browserup/browserup-cli