Skip to content

Update 'Testing your setup' in download.html #1659

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 1 commit into from
May 31, 2024
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
2 changes: 1 addition & 1 deletion _layouts/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>Install Scala with <span style="font-weight: bold;">cs setup</span> (recomme
<div class="wrap">
<p>Check your setup with the command <code>scala -version</code>, which should output:</p>
{% include code-snippet.html nocopy=true language='bash' codeSnippet=scalaDemo %}
<p>If that does not work, you may need to log out and log back in (or reboot) in order for the changes to take
<p>If that does not work, close and reopen your terminal; otherwise, you may need to log out and log back in (or reboot) in order for the changes to take
effect.
</p>
</div>
Expand Down