Skip to content

Commit b8cbb22

Browse files
authored
Merge pull request #2520 from bishabosha/move-test-setup-notice
Move test setup notice
2 parents f9e3a34 + 5cb455b commit b8cbb22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_getting-started/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,17 @@ Run the following command in your terminal, following the on-screen instructions
8585
{% endtabs %}
8686
<!-- End tabs -->
8787

88+
> <i class="fa fa-info"></i>&nbsp;&nbsp; You may need to restart your terminal, log out,
89+
> or reboot in order for the changes to take effect.
90+
{: .help-info}
91+
8892
<!-- Alternative Detail - test the `scala` command -->
8993
{% altDetails testing-your-setup 'Testing your setup' %}
9094
Check your setup with the command `scala -version`, which should output:
9195
```bash
9296
$ scala -version
9397
Scala code runner version {{site.scala-3-version}} -- Copyright 2002-2022, LAMP/EPFL
9498
```
95-
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.
9699
{% endaltDetails %}
97100
<!-- end Alternative Detail -->
98101

0 commit comments

Comments
 (0)