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
Scala CLI is an experimental tool to run/compile/test Scala that aims at being a better `scala` command. It shares some similarities with build tools, but doesn't aim at supporting multi-module projects, nor to be extended via a task system.
Copy file name to clipboardExpand all lines: website/docs/installation.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@ import TabItem from '@theme/TabItem';
25
25
<TabItem value="win">
26
26
27
27
Download Scala CLI for Windows
28
-
<DownloadButtondesc= 'Scala CLI for Windows'href='https://github.com/VirtuslabRnD/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-win32.msi'></DownloadButton>
28
+
<DownloadButtondesc= 'Scala CLI for Windows'href='https://github.com/Virtuslab/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-win32.msi'></DownloadButton>
29
29
</TabItem>
30
30
<TabItemvalue="mac/linux">
31
31
32
32
Run the following one-line command in your terminal
33
33
34
34
```bash
35
-
curl -sSf https://virtuslabrnd.github.io/scala-cli-packages/scala-setup.sh | sh
35
+
curl -sSf https://virtuslab.github.io/scala-cli-packages/scala-setup.sh | sh
36
36
```
37
37
</TabItem>
38
38
</Tabs>
@@ -67,7 +67,7 @@ values={[
67
67
68
68
Download the launcher from GitHub release assets with
The Debian package can be downloaded at [this address](https://github.com/VirtuslabRnD/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-linux.deb).
102
+
The Debian package can be downloaded at [this address](https://github.com/Virtuslab/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-linux.deb).
103
103
104
104
Alternatively, you can download it and install it manually with:
The RPM package can be downloaded at [this address](https://github.com/VirtuslabRnD/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-linux.rpm).
131
+
The RPM package can be downloaded at [this address](https://github.com/Virtuslab/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-linux.rpm).
132
132
133
133
Alternatively, you can download it and install it manually with:
If you get an error about `MSVCR100.dll` being missing, you have to install
185
185
[Visual C++ redistributable](https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0). A valid version is distributed with the Scala CLI launchers.
186
-
You can download it [here](https://github.com/VirtuslabRnD/scala-cli/releases/download/nightly/vc_redist.x64.exe),
186
+
You can download it [here](https://github.com/Virtuslab/scala-cli/releases/download/nightly/vc_redist.x64.exe),
187
187
and install it by double-clicking on it. Once the Visual C++ redistributable runtime is installed,
188
188
check that the Scala CLI runs fine by running its `about` command:
<DownloadButtondesc= 'Scala CLI for Windows'href='https://github.com/VirtuslabRnD/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-win32.msi'></DownloadButton>
204
+
<DownloadButtondesc= 'Scala CLI for Windows'href='https://github.com/Virtuslab/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-win32.msi'></DownloadButton>
205
205
</TabItem>
206
206
</Tabs>
207
207
@@ -221,7 +221,7 @@ values={[
221
221
222
222
Download the launcher from GitHub release assets with
<DownloadButtondesc= 'Scala CLI for MacOS'href='https://github.com/VirtuslabRnD/scala-cli/releases/download/nightly/scala-cli-x86_64-apple-darwin.pkg'></DownloadButton>
237
+
<DownloadButtondesc= 'Scala CLI for MacOS'href='https://github.com/Virtuslab/scala-cli/releases/download/nightly/scala-cli-x86_64-apple-darwin.pkg'></DownloadButton>
238
238
<br/>
239
239
<br/>
240
240
@@ -245,7 +245,7 @@ Once downloaded, right-click on `scala-cli-x86_64-apple-darwin.pkg` from Finder,
245
245
Scala CLI can be installed via [homebrew](https://brew.sh) with
Copy file name to clipboardExpand all lines: website/src/pages/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ const Features = (props) => {
35
35
<p>
36
36
Our installation instructions are as simple as possible.
37
37
</p>
38
-
Just pick your <ahref="https://github.com/VirtuslabRnD/scala-cli/releases/tag/nightly">distribution</a> and <ahref="docs/installation">install</a> scala-cli.
38
+
Just pick your <ahref="https://github.com/Virtuslab/scala-cli/releases/tag/nightly">distribution</a> and <ahref="docs/installation">install</a> scala-cli.
39
39
<br/>
40
40
No need to fluff with installing JVM or setting up PATH.
0 commit comments