summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-12-28 08:38:18 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-12-28 08:38:18 -0800
commit02522c54bc94bb3799256173394d8af0821864a9 (patch)
tree2c132270a24c614ea9132cfd3cc772cdae54f3eb /readme.md
parent40104303cdc1e8bf05010b29a4213cd1369fb175 (diff)
downloadmill-02522c54bc94bb3799256173394d8af0821864a9.tar.gz
mill-02522c54bc94bb3799256173394d8af0821864a9.tar.bz2
mill-02522c54bc94bb3799256173394d8af0821864a9.zip
get --repl working with bin/test:run
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