Skip to content

Move test setup notice #2520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion _getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,17 @@ Run the following command in your terminal, following the on-screen instructions
{% endtabs %}
<!-- End tabs -->

> <i class="fa fa-info"></i>&nbsp;&nbsp; You may need to restart your terminal, log out,
> or reboot in order for the changes to take effect.
{: .help-info}

<!-- Alternative Detail - test the `scala` command -->
{% altDetails testing-your-setup 'Testing your setup' %}
Check your setup with the command `scala -version`, which should output:
```bash
$ 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 %}
<!-- end Alternative Detail -->

Expand Down