summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-26 19:58:48 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-26 19:58:48 -0800
commit02e64b943b90387993f8f7bd7e3cd265ee569d27 (patch)
tree05998f38121237fa7ec7bb4c7714cb69e0bb3fc6 /readme.md
parent5048981155836f9ec5225c9086e560f387df2459 (diff)
downloadmill-02e64b943b90387993f8f7bd7e3cd265ee569d27.tar.gz
mill-02e64b943b90387993f8f7bd7e3cd265ee569d27.tar.bz2
mill-02e64b943b90387993f8f7bd7e3cd265ee569d27.zip
force build REPL to be run using -i/--interactive
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 8a416035..fa68fd85 100644
--- a/readme.md
+++ b/readme.md
@@ -177,7 +177,8 @@ Mill provides a build REPL, which lets you explore the build interactively and
run `Target`s from Scala code:
```scala
-lihaoyi mill$ target/bin/mill
+$ mill -i
+
Loading...
Compiling (synthetic)/ammonite/predef/interpBridge.sc
Compiling (synthetic)/ammonite/predef/replBridge.sc