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 4ecf3dd commit 06152fdCopy full SHA for 06152fd
website/docs/_advanced_install.mdx
@@ -422,6 +422,11 @@ Script to automatically download and cache standalone `scala-cli` launcher.
422
]}>
423
<TabItem value="macOS/Linux">
424
425
+Download the launcher in your repository and commit the file altogether with your code:
426
+```bash
427
+curl https://raw.githubusercontent.com/VirtusLab/scala-cli/refs/heads/main/scala-cli.sh > scala && chmod +x scala
428
+```
429
+
430
<DownloadButton desc= 'Scala CLI launcher for macOS/Linux' href='https://github.com/VirtusLab/scala-cli/blob/main/scala-cli.sh' width = '250px' ></DownloadButton>
431
432
</TabItem>
0 commit comments