summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages')
-rw-r--r--docs/pages/1 - Intro to Mill.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 237c7cad..27c58740 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -71,7 +71,11 @@ $ mill foo.run # run the main method, if any
$ mill foo.jar # bundle the classfiles into a jar
-$ mill foo.assembly # bundle classfiles and all dependencies 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 foo.repl # start an Ammonite REPL within your project
```
You can run `mill resolve __` to see a full list of the different tasks that are