From bd9730232081d36f0f15685adcb1a3799bdc1da6 Mon Sep 17 00:00:00 2001 From: Chris Thain <32781396+cthain@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:56:08 -0700 Subject: [PATCH] Apply suggestion Co-authored-by: Fabrizio Ferri-Benedetti --- content/en/docs/collector/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/collector/quick-start.md b/content/en/docs/collector/quick-start.md index bd03311155bc..238c646528bc 100644 --- a/content/en/docs/collector/quick-start.md +++ b/content/en/docs/collector/quick-start.md @@ -26,7 +26,7 @@ Make sure that your developer environment has the following. This page assumes that you're using `bash`. Adapt configuration and commands as necessary for your preferred shell. -- [Docker](https://www.docker.com/) +- [Docker](https://www.docker.com/) or any compatible containers' runtime. - [Go](https://go.dev/) 1.20 or higher - [`GOBIN` environment variable][gobin] is set; if unset, initialize it appropriately, for example[^1]: