This repository provides a public Homebrew tap for installing the localdev
binary.
- Tap the repository:
brew tap pypestream/tap
- Install Localdev:
brew install pypestream/tap/localdev
This will install the latest release of localdev
.
- Verify the installation:
localdev --version
You should see the installed version of localdev
printed in your terminal.
To update to the latest version:
brew update
brew upgrade pypestream/tap/localdev
- If you encounter any issues, ensure you are using the latest version of Homebrew.
- For support, open an issue in this repository.
- The formula is updated to track the latest release (currently v1.0.5). For new releases, update the
localdev.rb
formula with new release URLs and SHA256 checksums.