You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Install Scala CLI with <aclassName="no_monospace"href="https://learn.microsoft.com/en-us/windows/package-manager/winget/#install-winget">WinGet</a> by running the following one-line command in your terminal:</p>
22
+
<code>
23
+
winget install virtuslab.scalacli
24
+
</code>
24
25
</TabItem>
25
26
26
-
<TabItemvalue="linux">
27
+
<TabItemvalue="linux">
27
28
<p>Run the following one-line command in your terminal:</p>
28
29
<code>
29
30
curl -sSLf https://scala-cli.virtuslab.org/get | sh
30
31
</code>
31
32
</TabItem>
32
33
33
34
<TabItemvalue="mac">
34
-
<p>Run the following one-line command in your terminal:</p>
35
+
<p>Install Scala CLI with <aclassName="no_monospace"href="https://brew.sh/">Homebrew</a> by running the following one-line command in your terminal:</p>
35
36
<code>
36
37
brew install Virtuslab/scala-cli/scala-cli
37
38
</code>
@@ -47,6 +48,6 @@ export default function BasicInstall(props){
0 commit comments