Skip to content

Commit

Permalink
Update downloads.md - new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallnoefer authored Jun 12, 2024
1 parent ae7feef commit a2a9ba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ later installed before proceeding.
Download the Java-based installer of the latest release of Jolie:

<div class="col-xs-12 text-center">
<a href="https://github.com/jolie/jolie/releases/download/v1.11.0/jolie-1.11.0.jar">
<p class="download">Jolie Installer (Stable: 1.11.0)</p>
<a href="https://github.com/jolie/jolie/releases/download/v1.12.0/jolie-1.12.0.jar">
<p class="download">Jolie Installer (Stable: 1.12.0)</p>
</a>
</div>

Expand All @@ -38,7 +38,7 @@ Here you can find the <a href="https://github.com/jolie/jolie/releases">previous
### Run the Jolie installer

Open a shell terminal, access the directory in which you downloaded the
installer, and execute <kbd>java -jar jolie-1.11.0.jar</kbd>. The installer may
installer, and execute <kbd>java -jar jolie-1.12.0.jar</kbd>. The installer may
need permissions to write in the directories in which you intend to install
Jolie. Depending on your Operating System you can launch the Jolie installer
with elevated privileges:
Expand All @@ -50,7 +50,7 @@ with elevated privileges:
administrator privileges</a> and launch the installer;</li>

<li><strong>on Linux/MacOS</strong>, by launching the installer as root with command
<kbd>sudo java -jar jolie-1.11.0.jar</kbd>.</li>
<kbd>sudo java -jar jolie-1.12.0.jar</kbd>.</li>

</ul>

Expand Down

0 comments on commit a2a9ba9

Please sign in to comment.