This is a Homebrew tap repository for insta-infra.
- Create a new repository named
homebrew-insta-infra
on GitHub - Clone the repository:
git clone https://github.com/data-catering/homebrew-insta-infra.git cd homebrew-insta-infra
- Create a Formula directory:
mkdir -p Formula
- Copy the
insta-infra.rb
formula from the main repository:cp /path/to/insta-infra.rb Formula/
- Update the SHA256 hash in the formula with the correct value from the latest release.
- Commit and push:
git add Formula/insta-infra.rb git commit -m "Add insta-infra formula" git push
- Set up a GitHub Actions workflow in this repository to automatically update the formula when a new release is published in the main repository.
Once the tap is set up, users can install insta-infra with:
brew tap data-catering/insta-infra
brew install insta-infra