From 6df4f3cbe97f0accd69da11204296caa90314373 Mon Sep 17 00:00:00 2001 From: YEVHENII SHCHERBINA Date: Mon, 12 Jan 2026 18:11:48 +0000 Subject: [PATCH] chore: update releases page --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 7f3abaec..87af721a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -48,6 +48,9 @@ curl -fsSL https://raw.githubusercontent.com/coder/boundary/main/install.sh | ba **Custom Installation Options** ```bash +# Install latest version (explicit) +curl -fsSL https://raw.githubusercontent.com/coder/boundary/main/install.sh | bash -s -- --version latest + # Install specific version curl -fsSL https://raw.githubusercontent.com/coder/boundary/main/install.sh | bash -s -- --version v1.0.0