From 57c1bb1b2eef173596b175fb5ad61ec3c25b0376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Thu, 25 Jan 2024 19:09:18 +0100 Subject: [PATCH] List alternative actions Closes #32 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c4f4dc5..c1e5ed8 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,10 @@ jobs: name: output path: output ``` + +## Alternatives + +If you need to have Pandoc installed and available globally, for example because it is being used in a subprocess by a library or application, you can use one of the two following alternative actions: + +- [pandoc/actions/setup](https://github.com/pandoc/actions/tree/main/setup) (Linux and MacOS runners support) +- [r-lib/setup-pandoc](https://github.com/r-lib/actions/tree/v2-branch/setup-pandoc) (Linux, MacOS and Windows runners support)