Skip to content

Commit

Permalink
Merge branch 'bug-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell-k committed Aug 21, 2023
2 parents 4bed213 + 3fa1f10 commit b467aec
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 b467aec

Please sign in to comment.