Skip to content

Commit f6a3c1c

Browse files
authored
Template: readme updated with optional Scala Native setup guide
1 parent 10b1bb1 commit f6a3c1c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/main/g8/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
[![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)
44
[![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/)
55

6-
## Setup
6+
## Requirements
77

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/)
914

1015
```bash
1116
scala-cli setup-ide .

0 commit comments

Comments
 (0)