From 86c325ea3aef8c5892f5627cb7749295c2723286 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 6 Mar 2023 17:47:50 +0100 Subject: [PATCH] added information to the erro info --- src/app/commands/health.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/commands/health.rs b/src/app/commands/health.rs index 3ba8537..b9a980e 100644 --- a/src/app/commands/health.rs +++ b/src/app/commands/health.rs @@ -25,6 +25,7 @@ Option 1: Option 2: - Install the binary from Github https://github.com/asciidoctor/asciidoctor-reveal.js/releases - Move the downloaded binary in a folder included in the path +- Make sure the binary is called asciidoctor-revealjs and not asciidoctor-revealjs-linux or similar "; impl Command for Health {