Install mpx from its own repository - #17
Merged
Merged
Conversation
mpx's source is public now, so releases are published to `multiplex-term/mpx-cli` and `multiplex-cli-releases` — the artifact-only repo that existed because a private repo cannot serve anonymous downloads — takes no new ones. v0.1.0–v0.1.2 are mirrored into mpx-cli byte-for-byte, so this switch strands no pinned `MPX_VERSION`, and the manual-download and issues links now point at the repository that actually has the source.
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.
mpx's source is public now, so releases are published to
multiplex-term/mpx-cliandmultiplex-cli-releases— the artifact-only repo that existed because a private repo cannot serve anonymous downloads — takes no new ones.public/install-mpx-cli:REPO→multiplex-term/mpx-cli(one line, plus the header comment naming the source).mpx.astro: manual-download and "Problems?" links now point at the repository that actually has the source and issues.v0.1.0–v0.1.2 are already mirrored into mpx-cli byte-for-byte, so this strands no pinned
MPX_VERSION. Verified by running the edited script twice against the live repo:/latestto v0.1.2, checksum verified, installedmpx+multiplex;MPX_VERSION=v0.1.1→ installed and reportedmpx 0.1.1.npm run buildis clean. Companion PRs: mpx-cli#1 (release workflow) and homebrew-tap#4 (formula URLs).