Skip to content

Commit

Permalink
Fix installation instructions for executable jar
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Jan 25, 2022
1 parent ceb5660 commit b25eb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ and add this directory to the PATH environment variable:
If using the executable .jar file, the following commands will make the jar available as `owl`
command as well. This works in MacOs and Linux.
[source,shell]
[source,shell,subs="attributes+,+quotes"]
----
curl -L -o ~/.local/share/owl-cli/owl-cli.jar --create-dirs https://github.com/atextor/owl-cli/releases/download/{release-version}/owl-cli-{release-version}.jar
curl -L -o ~/.local/share/owl-cli/owl-cli.jar --create-dirs https://github.com/atextor/owl-cli/releases/download/{release-tag}/owl-cli-{release-version}.jar
echo 'function owl() { java -jar ~/.local/share/owl-cli/owl-cli.jar $*; }' >> ~/.bashrc
source ~/.bashrc
----
Expand Down

0 comments on commit b25eb2d

Please sign in to comment.