Skip to content

Commit

Permalink
Fix caxa command
Browse files Browse the repository at this point in the history
So that the a4 binary can be run from another directory
  • Loading branch information
maxwell-k committed Aug 21, 2023
1 parent 4bed213 commit 3fa1f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3fa1f10

Please sign in to comment.