summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-19 14:44:15 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-19 14:44:24 -0800
commitfb8c75c01f86f41a62e549eb03953789658f7cae (patch)
treeb91a7448157def5cdf1d0e04705916d04e39f2c9 /readme.md
parent790c21c976e5c2944ba7f729e0c5762de8f51baf (diff)
downloadmill-fb8c75c01f86f41a62e549eb03953789658f7cae.tar.gz
mill-fb8c75c01f86f41a62e549eb03953789658f7cae.tar.bz2
mill-fb8c75c01f86f41a62e549eb03953789658f7cae.zip
Improve error reporting for NamedTasks with the wrong number of parameters
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 872a8839..67dd0053 100644
--- a/readme.md
+++ b/readme.md
@@ -73,8 +73,15 @@ it via:
```bash
sbt "~bin/test:run main.test"
sbt "~bin/test:run"
-mill --watch dev main.test
-mill --watch dev
+mill --watch dev . main.test
+mill --watch dev .
+```
+
+You can also test out your current Mill code with one of the hello-world example
+repos via:
+
+```bash
+mill dev docs/example-1 foo.run
```
Lastly, you can generate IntelliJ Scala project files using Mill via