Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Fix #18, escaping in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed May 21, 2018
1 parent 7510017 commit 4b79dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ git clone https://github.com/larsyencken/marelle ~/.local/marelle
mkdir -p ~/.local/bin
cat >~/.local/bin/marelle <<EOF
#!/bin/sh
exec swipl -q -t main -s ~/.local/marelle/marelle.pl "$@"
exec swipl -q -t main -s ~/.local/marelle/marelle.pl "\$@"
EOF
chmod a+x ~/.local/bin/marelle

Expand Down

0 comments on commit 4b79dce

Please sign in to comment.