Skip to content

Commit e620635

Browse files
committed
Readme: sbt to scala-cli
1 parent 68a2ba7 commit e620635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Giter8 template to generate a simple Scala-CLI project.
88

99
## Requirements
1010

11-
- sbt ([install](https://www.scala-sbt.org/download.html)).
11+
- Scala-CLI [install](https://scala-cli.virtuslab.org/install).
1212

1313
## Generate new project
1414

1515
```bash
16-
sbt new horothesun/simple-scala-cli.g8
16+
scala-cli new horothesun/simple-scala-cli.g8
1717
cd <repo_name>
1818
```

0 commit comments

Comments
 (0)