docs: add Homebrew installation#337
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a first-party Homebrew cask installation path to MetalSharp's README. The cask is maintained in the new aaf2tbz/homebrew-tap and installs the signed arm64 DMG release into
/Applications.Changes
brew install --cask aaf2tbz/tap/metalsharpinstallation command.PR Readiness (MANDATORY)
/Users/...paths introducedconfigs/mtsp-rules.tomlor DLL maps changed — not applicable; neither changed.CMakeLists.txt,Cargo.toml,package.json,package-lock.json) in sync if version bumped — not applicable; no version bump.Local toolchain (run before push)
git diff --checkpassesbrew style --cask aaf2tbz/tap/metalsharpbrew audit --cask --strict aaf2tbz/tap/metalsharpbrew install --cask --dry-run aaf2tbz/tap/metalsharpREADME.md.Test notes
Validated the companion cask against the published
v0.56.8DMG digest. Homebrew resolves the cask as arm64/macOS and identifiesMetalSharp.appas its artifact. No game launch was performed because this PR contains documentation only.Risk
Low. This changes only installation documentation. Roll back by reverting the README commit; the existing DMG release path remains unchanged.