From c7a412c5691f5c0e3e2d8957de09dd6e0f041c22 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Fri, 7 Feb 2025 10:54:32 +0100 Subject: [PATCH] docs: prolog in GH actions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 548ea7e..7cb6936 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ - [SWI Prolog](https://www.swi-prolog.org/Download.html) +Follow platform-specific instructions to install locally oor in a docker image. + +To run `api-tuner` in GitHub workflow, you add this action to your jobs: + +```yaml +- uses: fabasoad/setup-prolog-action@v1 +``` + ## Installation `npm i api-tuner`