summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-12-17 08:57:42 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-12-17 08:57:42 -0800
commit764afb0e21bf92af993477e0c69aa8517f509b4e (patch)
tree30b5aa2803153aac71e3a95cca472a2debe74e97 /readme.md
parent0817b4c5975182cd72bc27a3d22d9e1dd54bc105 (diff)
downloadmill-764afb0e21bf92af993477e0c69aa8517f509b4e.tar.gz
mill-764afb0e21bf92af993477e0c69aa8517f509b4e.tar.bz2
mill-764afb0e21bf92af993477e0c69aa8517f509b4e.zip
Bump Ammonite version in `build.sc` to fix upickle bug
Move `assembly`/`releaseAssembly` targets out of the stub `ScalaModule`, to take advantage of the new top-level `Target` support
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 9efbdbdf..2640d6b0 100644
--- a/readme.md
+++ b/readme.md
@@ -123,10 +123,10 @@ git clean -xdf
sbt bin/test:assembly
# Build Mill executable using the Mill executable generated by SBT
-bin/target/mill run Bin.assembly
+bin/target/mill run assembly
# Build Mill executable using the Mill executable generated by Mill itself
-out/Bin/assembly run Bin.assembly
+out/assembly run assembly
```
Eventually, as Mill stabilizes, we will get rid of the SBT build entirely and