diff --git a/_getting-started/index.md b/_getting-started/index.md index 9b232187c1..c68247fa7c 100644 --- a/_getting-started/index.md +++ b/_getting-started/index.md @@ -85,6 +85,10 @@ Run the following command in your terminal, following the on-screen instructions {% endtabs %} +>    You may need to restart your terminal, log out, +> or reboot in order for the changes to take effect. +{: .help-info} + {% altDetails testing-your-setup 'Testing your setup' %} Check your setup with the command `scala -version`, which should output: @@ -92,7 +96,6 @@ Check your setup with the command `scala -version`, which should output: $ scala -version Scala code runner version {{site.scala-3-version}} -- Copyright 2002-2022, LAMP/EPFL ``` -If that does not work, you may need to log out and log back in (or reboot) in order for the changes to take effect. {% endaltDetails %}