From 25a976c2212aa9207527069a3cb74639983aaa1b Mon Sep 17 00:00:00 2001 From: mpj Date: Mon, 5 Sep 2022 22:55:54 +0200 Subject: [PATCH 1/2] Add info about refreshing the shell --- _getting-started/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_getting-started/index.md b/_getting-started/index.md index 9b232187c1..c287002ec0 100644 --- a/_getting-started/index.md +++ b/_getting-started/index.md @@ -85,6 +85,8 @@ Run the following command in your terminal, following the on-screen instructions {% endtabs %} +You might need to restart your terminal/shell after you install the tool using the package manager mentioned above. + {% altDetails testing-your-setup 'Testing your setup' %} Check your setup with the command `scala -version`, which should output: From 5cb455b044a28acce9e61c1641a48b024ef76d08 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Tue, 13 Sep 2022 10:29:37 +0200 Subject: [PATCH 2/2] move log out notice above test-setup --- _getting-started/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_getting-started/index.md b/_getting-started/index.md index c287002ec0..c68247fa7c 100644 --- a/_getting-started/index.md +++ b/_getting-started/index.md @@ -85,7 +85,9 @@ Run the following command in your terminal, following the on-screen instructions {% endtabs %} -You might need to restart your terminal/shell after you install the tool using the package manager mentioned above. +>    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' %} @@ -94,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 %}