From 3b754d5324c5856edb88e42294113856ce82771c Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 5 May 2024 15:34:04 -0400 Subject: [PATCH] docs: Fix markdown failing It fails locally, but not in CI, and I don't know why. --- docs/quick-start-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index d419a95fb..5cc5f98af 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -107,7 +107,8 @@ docker build -t mgmt -f docker/Dockerfile . docker run --rm --entrypoint cat mgmt mgmt > mgmt chmod +x mgmt ./mgmt --version -# you could now copy the mgmt binary somewhere into your $PATH, e.g., /usr/local/bin/ to make it accessible from anywhere +# you could now copy the mgmt binary somewhere into your $PATH +# e.g., /usr/local/bin/ to make it accessible from anywhere ``` ## Running mgmt