From 70cd602a1186aa7d75104d2831ef170cc0229534 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sun, 18 Mar 2018 14:12:28 -0400 Subject: Update 1 - Intro to Mill.md (#242) --- docs/pages/1 - Intro to Mill.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/pages') 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 -- cgit v1.2.3