summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-19 08:15:32 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-19 09:38:19 -0700
commit1c507efbc4ce13ad39a056c4c77eb280f0b224e7 (patch)
treedb6c19cddc837bd994f4ae334a639167e3743d8c /docs
parent7f9d508afe1e3e01ff0b5ed50e678d6798004b47 (diff)
parente7ac7323693edbdc350ec36b578ba3e101657360 (diff)
downloadmill-1c507efbc4ce13ad39a056c4c77eb280f0b224e7.tar.gz
mill-1c507efbc4ce13ad39a056c4c77eb280f0b224e7.tar.bz2
mill-1c507efbc4ce13ad39a056c4c77eb280f0b224e7.zip
merge
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/1 - Intro to Mill.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 63b69601..be5ce050 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -99,9 +99,9 @@ $ mill foo.jar # bundle the classfiles into a jar
$ mill foo.assembly # bundle classfiles and all dependencies into a jar
-$ mill foo.console # start a Scala console within your project
+$ mill -i foo.console # start a Scala console within your project (in interactive mode: "-i")
-$ mill foo.repl # start an Ammonite REPL within your project
+$ mill -i foo.repl # start an Ammonite REPL within your project (in interactive mode: "-i")
```
You can run `mill resolve __` to see a full list of the different tasks that are