Skip to content

Commit 8e02e44

Browse files
Update 'Testing your setup' in download.html
Quitting/Closing the terminal (iTerm2) and reopening should also work to show succesful install on MacOS (Ventura). As such, I have updated the solution in "Testing your setup" to ask users to try that step first, followed by the existing steps.
1 parent 7e8a7c7 commit 8e02e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Install Scala with <span style="font-weight: bold;">cs setup</span> (recomme
5252
<div class="wrap">
5353
<p>Check your setup with the command <code>scala -version</code>, which should output:</p>
5454
{% include code-snippet.html nocopy=true language='bash' codeSnippet=scalaDemo %}
55-
<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
55+
<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
5656
effect.
5757
</p>
5858
</div>

0 commit comments

Comments
 (0)