From fd3ecada218f41929c6d430acba3561e5ebfaf08 Mon Sep 17 00:00:00 2001 From: Wyatt Alt Date: Thu, 2 Mar 2023 12:43:49 -0800 Subject: [PATCH] Specify that installing with go install is not supported (#826) --- go/cli/mcap/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go/cli/mcap/README.md b/go/cli/mcap/README.md index 88e2c54dc7..ea9078e621 100644 --- a/go/cli/mcap/README.md +++ b/go/cli/mcap/README.md @@ -8,7 +8,10 @@ details. ### Installing: Either install from [releases -binaries](https://github.com/foxglove/mcap/releases), from [Homebrew](https://formulae.brew.sh/formula/mcap#default), or by using go. +binaries](https://github.com/foxglove/mcap/releases) or from [Homebrew](https://formulae.brew.sh/formula/mcap#default). + +> Note: Installing via 'go install' is not recommended, and is not guaranteed +> to work. #### From release binaries