diff --git a/www/downloads.html b/www/downloads.html index 2853f67..71ded30 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -48,7 +48,7 @@

Get the Jolie installer

of Jolie.

Run the Jolie installer

Open a shell terminal, access the directory in which you downloaded -the installer, and execute java -jar jolie-1.10.5.jar. The +the installer, and execute java -jar jolie-1.11.0.jar. 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:

@@ -60,7 +60,7 @@

Run the Jolie installer

  • on Linux/MacOS, by launching the installer as root with -command sudo java -jar jolie-1.10.5.jar. +command sudo java -jar jolie-1.11.0.jar.
  • Please, check that the two environment variables below are correctly diff --git a/www/downloads.md b/www/downloads.md index d58de4b..40010d7 100755 --- a/www/downloads.md +++ b/www/downloads.md @@ -38,7 +38,7 @@ Here you can find the previous ### Run the Jolie installer Open a shell terminal, access the directory in which you downloaded the -installer, and execute java -jar jolie-1.10.5.jar. The installer may +installer, and execute java -jar jolie-1.11.0.jar. 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: @@ -50,7 +50,7 @@ with elevated privileges: administrator privileges and launch the installer;

  • on Linux/MacOS, by launching the installer as root with command -sudo java -jar jolie-1.10.5.jar.
  • +sudo java -jar jolie-1.11.0.jar.