Skip to content

Commit

Permalink
readme: tweaks to docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Mar 3, 2025
1 parent 4e7cba6 commit 69609ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Any of these will work:
docker pull yshavit/mdq
echo 'My [example](https://github.com/yshavit/mdq) markdown' | docker run --rm -i yshavit/mdq '[]()'
```
To use a specific release version, use `yshavit/mdq:0.3.1` (or whichever version). See [Docker Hub] for available tags.
1. Download binaries from [the latest release] (or any other release, of course).

- Macs quarantine downloads from the internet by default. If you get an error saying that Apple cannot check the the binary for malicious software, you can remove this flag by running the following on the binary after extracting it from the artifact zip:
Expand All @@ -67,6 +68,8 @@ The release and latest-workflow binaries are built on GitHub's servers, so if yo
you can trust the binaries. See https://github.com/yshavit/mdq/wiki/Release-binaries for information on how to verify them.
</details>
[Docker Hub]: https://hub.docker.com/r/yshavit/mdq/tags
[the latest release]: https://github.com/yshavit/mdq/releases/latest
[build-release]: https://github.com/yshavit/mdq/actions/workflows/build-release.yml
Expand Down

0 comments on commit 69609ee

Please sign in to comment.