docs: Fix markdown failing

It fails locally, but not in CI, and I don't know why.
This commit is contained in:
James Shubin
2024-05-05 15:34:04 -04:00
parent 7a568627e9
commit 3b754d5324

View File

@@ -107,7 +107,8 @@ docker build -t mgmt -f docker/Dockerfile .
docker run --rm --entrypoint cat mgmt mgmt > mgmt docker run --rm --entrypoint cat mgmt mgmt > mgmt
chmod +x mgmt chmod +x mgmt
./mgmt --version ./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 ## Running mgmt