Skip to content

Commit

Permalink
Update with other download links, add uninstall instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbeland committed Apr 4, 2023
1 parent 0b17d89 commit e03ad6c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,29 @@

Install instructions for the BrowserUp CLI using Homebrew.


```bash
brew install --no-quarantine -vd browserup/browserup-cli/browserup-cli
brew tap browserup/homebrew-browserup-cli

brew install --no-quarantine browserup-cli
```

Checking the SHA256 hash of the downloaded file:

shasum browserup-arm64.0.1.0.tar.gz
## 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:

```bash
brew uninstall --force browserup-cli
```
```bash
brew untap browserup/browserup-cli
```
8 changes: 4 additions & 4 deletions browserup-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ class BrowserupCli < Formula
end

on_intel do
url "https://github.com/browserup/homebrew-browserup-cli/releases/download/0.0.6/browserup.0.0.6.tar.gz"
sha256 "0ebc4006c303efe7e3185ba4536bee8b4267d4ba593e537dd260170631d05e08"
url "https://github.com/browserup/homebrew-browserup-cli/releases/download/0.1.0/browserup-amd64.0.1.0.tar.gz"
sha256 "ba2b6da4daa2f957e3b65565e8a6c02e20c93e4eb519feffc5ca665b9eb2e583"
end
end

on_linux do
url "https://github.com/browserup/homebrew-browserup-cli/releases/download/0.0.6/browserup.0.0.6.tar.gz"
sha256 "0ebc4006c303efe7e3185ba4536bee8b4267d4ba593e537dd260170631d05e08"
url "https://github.com/browserup/homebrew-browserup-cli/releases/download/0.1.0/browserup-linux-amd64.0.1.0.tar.gz"
sha256 "a40a69cf3db38def1dd345c1ec3aa352e401f367f00c6fd0e25be40d74c05069"
end

def install
Expand Down

0 comments on commit e03ad6c

Please sign in to comment.