Mekong Tunnel Logo
MEKONG
v1.3.0

v1.3.0

View on GitHub

What's new

mekong update โ€” self-update command

Run mekong update to automatically download and replace the binary with the latest release. No need to re-run the curl install script.

mekong version โ€” show installed version

mekong version
mekong --version
mekong -v

Version embedded in binary

Binaries now report the exact release tag they were built from.

Install / Upgrade

macOS (Apple Silicon)

curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-darwin-arm64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekong

macOS (Intel)

curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-darwin-amd64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekong

Linux (amd64)

curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-linux-amd64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekong

Linux (arm64)

curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-linux-arm64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekong

If you already have mekong installed (v1.3.0+)

mekong update