summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 800903b6..0e179da5 100644
--- a/readme.md
+++ b/readme.md
@@ -41,7 +41,8 @@ file in the repository root, you can skip the assembly process and directly run
it via:
```bash
-sbt "~bin/run Core.test"
+sbt "~bin/test:run Core.test"
+sbt "~bin/test:run --repl"
```
Lastly, you can generate IntelliJ Scala project files using Mill via