We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ce447 commit a6cae5eCopy full SHA for a6cae5e
website/docs/_advanced_install.mdx
@@ -181,7 +181,7 @@ to be installed. See below for how to install it.
181
Download the launcher from GitHub release assets with
182
```bash
183
curl -fLo scala-cli.zip https://github.com/Virtuslab/scala-cli/releases/latest/download/scala-cli-x86_64-pc-win32.zip
184
-tar -xf scala-cli.zip
+jar -xf scala-cli.zip
185
```
186
187
Check that it runs fine by running its `version` command:
0 commit comments