summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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