summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2018-03-18 14:12:28 -0400
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-18 11:12:28 -0700
commit70cd602a1186aa7d75104d2831ef170cc0229534 (patch)
treee78f40584313ee687d7f593122b24e9a6c651721 /docs/pages
parent3715c7bfb88de8daa86cd663d22057ec776cedcc (diff)
downloadmill-70cd602a1186aa7d75104d2831ef170cc0229534.tar.gz
mill-70cd602a1186aa7d75104d2831ef170cc0229534.tar.bz2
mill-70cd602a1186aa7d75104d2831ef170cc0229534.zip
Update 1 - Intro to Mill.md (#242)
Diffstat (limited to 'docs/pages')
-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