summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTin Pavlinic <tin.pavlinic@gmail.com>2017-12-07 15:58:01 +1100
committerLi Haoyi <haoyi.sg@gmail.com>2017-12-06 20:58:01 -0800
commit87a3aadaa9176941b43475f7468dc75ce682f651 (patch)
treea0179eec48da5642748b501dedccc5e4a80473ed
parent7239d6bd64ec0d025686f5f97aaaf94b7ab43951 (diff)
downloadmill-87a3aadaa9176941b43475f7468dc75ce682f651.tar.gz
mill-87a3aadaa9176941b43475f7468dc75ce682f651.tar.bz2
mill-87a3aadaa9176941b43475f7468dc75ce682f651.zip
Update self-hosting instructions (#41)
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 3c034478..eca289c8 100644
--- a/readme.md
+++ b/readme.md
@@ -68,10 +68,10 @@ git clean -xdf
sbt scalaplugin/test:assembly
# Build Mill executable using the Mill executable generated by SBT
-scalaplugin/target/mill run Core.assembly
+scalaplugin/target/mill run ScalaPlugin.assembly
# Build Mill executable using the Mill executable generated by Mill itself
-out/ScalaPlugin/assembly run Core.assembly
+out/ScalaPlugin/assembly run ScalaPlugin.assembly
```
Eventually, as Mill stabilizes, we will get rid of the SBT build entirely and
@@ -486,4 +486,4 @@ Each of these are relatively simple projects. Satisfying all of their
requirements (codegen, building, testing, publishing, etc.) and being happy with
the Mill code necessary to do so (both in their build code, as well as Mill's
own implementation). Meeting that baseline is the minimum we should support
-before advertising Mill to the general community \ No newline at end of file
+before advertising Mill to the general community