Skip to content

Commit a6cae5e

Browse files
author
philwalk
authored
corrected instructions for downloading the launcher in Windows (#2922)
1 parent 79ce447 commit a6cae5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/_advanced_install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ to be installed. See below for how to install it.
181181
Download the launcher from GitHub release assets with
182182
```bash
183183
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
184+
jar -xf scala-cli.zip
185185
```
186186

187187
Check that it runs fine by running its `version` command:

0 commit comments

Comments
 (0)