From 3fa1f105eff016401bb3931ddb3f7c0d0f91d859 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Mon, 21 Aug 2023 07:20:00 +0100 Subject: [PATCH] Fix caxa command So that the a4 binary can be run from another directory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cb7a53..aa1dd29 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Expected output: This is an experimental installation method using [caxa]: npm ci \ - && npm exec --yes -- caxa --exclude .git --input . --output ~/.local/bin/a4 node a4.js + && npm exec --yes -- \ + caxa --exclude .git --input . --output ~/.local/bin/a4 node "{{caxa}}/a4.js" ## Licence