Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 687 Bytes

Aspect-build Aspect

Homebrew tap for Aspect software.

How do I install the Aspect CLI?

brew install aspect-build/aspect/aspect

Or brew tap aspect-build/aspect and then brew install aspect.

Documentation

brew help, man brew or check Homebrew's documentation.

Updating Formulas to the latest release

To update the Formulas to the latest release run,

./scripts/update-formulas.sh x.x.x

then create a PR to commit the latest versions to the repository,

git add .
git commit -m "Update brew formulas for Aspect CLI x.x.x"
gh pr create

Once the update commit is landed on main, the release will be available to users.