summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-04 11:38:02 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-04 11:38:02 -0800
commit2536dc8c071c7c0fc41a0bd806d91ecad300f27c (patch)
tree67ac9f76d5cdd0fa5fafee1d652877806e2a8505 /readme.md
parent0e7a30ef554cf5b2725af4a7afc73b9e11287547 (diff)
downloadmill-2536dc8c071c7c0fc41a0bd806d91ecad300f27c.tar.gz
mill-2536dc8c071c7c0fc41a0bd806d91ecad300f27c.tar.bz2
mill-2536dc8c071c7c0fc41a0bd806d91ecad300f27c.zip
Add support for external modules, useful for things `GenIdea` support
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 5552e402..4dc6ca1c 100644
--- a/readme.md
+++ b/readme.md
@@ -65,7 +65,7 @@ sbt "~bin/test:run"
Lastly, you can generate IntelliJ Scala project files using Mill via
```bash
-./target/bin/mill idea
+./target/bin/mill mill.scalalib.GenIdeaModule/idea
```
Allowing you to import a Mill project into Intellij without using SBT