Skip to content

Commit

Permalink
corrected instructions for downloading the launcher in Windows (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
philwalk authored May 22, 2024
1 parent 79ce447 commit a6cae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/_advanced_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ to be installed. See below for how to install it.
Download the launcher from GitHub release assets with
```bash
curl -fLo scala-cli.zip https://github.com/Virtuslab/scala-cli/releases/latest/download/scala-cli-x86_64-pc-win32.zip
tar -xf scala-cli.zip
jar -xf scala-cli.zip
```

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

0 comments on commit a6cae5e

Please sign in to comment.