From 92f4efd4a09dbb90ae1dfcddb0a87949a21f2a72 Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Thu, 19 Dec 2024 20:33:32 +0000 Subject: [PATCH] Note about pre-built binaries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3277890..e65c74b 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` 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`: ```