From 220678b94d2e174bb717da720a8f4ee76c4b24cb Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Thu, 19 Dec 2024 20:34:53 +0000 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e65c74b..463d385 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This is a planned fix; [see here](https://github.com/mandolyte/mdtopdf/issues/1) ## Installation -You can obtain the pre-built `md2pdf` binary for your OS and arch [here](https://github.com/mandolyte/mdtopdf/releases), +You can obtain the pre-built `md2pdf` binary for your OS and arch [here](https://github.com/mandolyte/mdtopdf/releases); alternatively, install golang and run `go get`: ```