Skip to content

Commit

Permalink
Merge branch 'fix/version_text'
Browse files Browse the repository at this point in the history
  • Loading branch information
kicito committed Sep 6, 2023
2 parents 93a88b3 + a2b76d7 commit 8871de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions www/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 id="get-the-jolie-installer">Get the Jolie installer</h3>
of Jolie.</p>
<h3 id="run-the-jolie-installer">Run the Jolie installer</h3>
<p>Open a shell terminal, access the directory in which you downloaded
the installer, and execute <kbd>java -jar jolie-1.10.5.jar</kbd>. The
the installer, and execute <kbd>java -jar jolie-1.11.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:</p>
Expand All @@ -60,7 +60,7 @@ <h3 id="run-the-jolie-installer">Run the Jolie installer</h3>
</li>
<li>
<strong>on Linux/MacOS</strong>, by launching the installer as root with
command <kbd>sudo java -jar jolie-1.10.5.jar</kbd>.
command <kbd>sudo java -jar jolie-1.11.0.jar</kbd>.
</li>
</ul>
<p>Please, check that the two environment variables below are correctly
Expand Down
4 changes: 2 additions & 2 deletions www/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.5.jar</kbd>. The installer may
installer, and execute <kbd>java -jar jolie-1.11.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.10.5.jar</kbd>.</li>
<kbd>sudo java -jar jolie-1.11.0.jar</kbd>.</li>

</ul>

Expand Down

0 comments on commit 8871de8

Please sign in to comment.