Skip to content

Commit

Permalink
docs: Fix markdown failing
Browse files Browse the repository at this point in the history
It fails locally, but not in CI, and I don't know why.
  • Loading branch information
purpleidea committed May 5, 2024
1 parent 7a56862 commit 3b754d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b754d5

Please sign in to comment.