Skip to content

Commit

Permalink
Curl install launcher in your repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Mar 3, 2025
1 parent 4ecf3dd commit 06152fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/_advanced_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@ Script to automatically download and cache standalone `scala-cli` launcher.
]}>
<TabItem value="macOS/Linux">

Download the launcher in your repository and commit the file altogether with your code:
```bash
curl https://raw.githubusercontent.com/VirtusLab/scala-cli/refs/heads/main/scala-cli.sh > scala && chmod +x scala
```

<DownloadButton desc= 'Scala CLI launcher for macOS/Linux' href='https://github.com/VirtusLab/scala-cli/blob/main/scala-cli.sh' width = '250px' ></DownloadButton>

</TabItem>
Expand Down

0 comments on commit 06152fd

Please sign in to comment.