diff --git a/public/install-mpx-cli b/public/install-mpx-cli index b24e301..682dfd4 100644 --- a/public/install-mpx-cli +++ b/public/install-mpx-cli @@ -4,7 +4,7 @@ # curl -fsSL https://multiplexterm.dev/install-mpx-cli | sh # # Covers macOS and Linux, arm64 and x86_64. Downloads a prebuilt archive from -# github.com/multiplex-term/multiplex-cli-releases, verifies its SHA-256 +# github.com/multiplex-term/mpx-cli, verifies its SHA-256 # against that release's SHA256SUMS, and installs `mpx` plus the spelled-out # `multiplex` alias. # @@ -18,7 +18,7 @@ # MPX_NO_ALIAS=1 install only `mpx`, skip the `multiplex` alias set -eu -REPO="multiplex-term/multiplex-cli-releases" +REPO="multiplex-term/mpx-cli" BASE="https://github.com/$REPO/releases" say() { printf '%s\n' "$*"; } diff --git a/src/pages/mpx.astro b/src/pages/mpx.astro index 6ca68be..040c6ae 100644 --- a/src/pages/mpx.astro +++ b/src/pages/mpx.astro @@ -166,7 +166,7 @@
Prefer to read what you run? The installer lives at multiplexterm.dev/install-mpx-cli — open it first, then pipe it.
Every release on multiplex-term/multiplex-cli-releases ships four archives. Linux builds are statically linked against musl, so one binary covers glibc distributions and Alpine alike.
+Every release on multiplex-term/mpx-cli ships four archives. Linux builds are statically linked against musl, so one binary covers glibc distributions and Alpine alike.
| Platform | Archive |
|---|