Commit f6a3c1c 1 parent 10b1bb1 commit f6a3c1c Copy full SHA for f6a3c1c
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ CI] ( https://github.com/$github_org$/$repo_name$/actions/workflows/ci.yml/badge.svg )] ( https://github.com/$github_org$/$repo_name$/actions/workflows/ci.yml )
4
4
[ ![ Scala] ( https://img.shields.io/badge/Scala-$if(use_scala_3.truthy)$3$else$2.13$endif$-%23DC322F?style=flat&labelColor=%23383838&logo=Scala&logoColor=%23DC322F&logoWidth=12&cacheSeconds=3600 )] ( https://www.scala-lang.org/ )
5
5
6
- ## Setup
6
+ ## Requirements
7
7
8
- Scala-CLI - IDE setup ([ IntelliJ IDEA guide] ( https://scala-cli.virtuslab.org/docs/cookbooks/ide/intellij/ ) )
8
+ - Scala-CLI [ setup] ( https://scala-cli.virtuslab.org/install ) .$if(use_scala_native.truthy)$
9
+ - Scala Native [ enviroment setup] ( https://scala-native.org/en/stable/user/setup.html ) .$endif$
10
+
11
+ ## Scala-CLI IDE setup
12
+
13
+ Reference: [ IntelliJ IDEA guide] ( https://scala-cli.virtuslab.org/docs/cookbooks/ide/intellij/ )
9
14
10
15
``` bash
11
16
scala-cli setup-ide .
You can’t perform that action at this time.
0 commit comments