Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/install-mpx-cli
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand All @@ -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' "$*"; }
Expand Down
4 changes: 2 additions & 2 deletions src/pages/mpx.astro
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<p>Prefer to read what you run? The installer lives at <a href="../install-mpx-cli"><code>multiplexterm.dev/install-mpx-cli</code></a> — open it first, then pipe it.</p>

<h2>Manual download</h2>
<p>Every release on <a href="https://github.com/multiplex-term/multiplex-cli-releases/releases">multiplex-term/multiplex-cli-releases</a> ships four archives. Linux builds are statically linked against musl, so one binary covers glibc distributions and Alpine alike.</p>
<p>Every release on <a href="https://github.com/multiplex-term/mpx-cli/releases">multiplex-term/mpx-cli</a> ships four archives. Linux builds are statically linked against musl, so one binary covers glibc distributions and Alpine alike.</p>
<table>
<thead><tr><th>Platform</th><th>Archive</th></tr></thead>
<tbody>
Expand All @@ -188,7 +188,7 @@ install -m 755 mpx-&lt;tag&gt;-&lt;target&gt;/mpx ~/.local/bin/</pre>
<p>Everything is reversible by name: the enrolled key is labeled in <code>authorized_keys</code>, so <code>mpx unbind</code> removes exactly what bind added — nothing else.</p>

<h2>Problems?</h2>
<p><a href="https://github.com/multiplex-term/multiplex-cli-releases/issues">Open an issue</a> on the releases repository, and include <code>mpx --version</code> and your platform.</p>
<p><a href="https://github.com/multiplex-term/mpx-cli/issues">Open an issue</a> on the CLI’s repository, and include <code>mpx --version</code> and your platform.</p>
</div>
</main>

Expand Down