From 2a72f36f0253effb2423ceec1b706f8a0eaf52e9 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 2 Nov 2023 05:19:52 +1100 Subject: [PATCH] update install isntructions --- website/docs/guides/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/cli.md b/website/docs/guides/cli.md index 5b1637bff5..5603868a46 100644 --- a/website/docs/guides/cli.md +++ b/website/docs/guides/cli.md @@ -12,7 +12,7 @@ The MCAP command line tool is useful for working with MCAP files. Use the asset links on https://github.com/foxglove/mcap/releases to download a release-specific binary for your platform (v0.0.34 for Linux AMD64 in the example below): - $ wget https://github.com/foxglove/mcap/releases/download/releases%2Fmcap-cli%2Fv0.0.34/mcap-linux-amd64 -O mcap + $ wget https://github.com/foxglove/mcap/releases/download/releases%2Fmcap-cli%2Fv0.0.35/mcap-linux-amd64 -O mcap Then, mark it executable: