Skip to content

Elembio/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Homebrew Tap for Element Biosciences CLI

Install

brew tap elembio/tap
brew install elembio

Upgrade

brew tap --force elembio/tap && brew upgrade elembio

Uninstall

brew uninstall elembio
brew untap elembio/tap

For Maintainers

Updating the formula after a release

Run the update script from this repo:

./scripts/update-formula.sh

The script fetches latest.json from S3, downloads each platform binary to compute SHA256 checksums, and rewrites Formula/elembio.rb. Then commit and push:

git add Formula/elembio.rb
git commit -m "Update elembio to <version>"
git push origin main

About

Homebrew

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors