From 87a3aadaa9176941b43475f7468dc75ce682f651 Mon Sep 17 00:00:00 2001 From: Tin Pavlinic Date: Thu, 7 Dec 2017 15:58:01 +1100 Subject: Update self-hosting instructions (#41) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') 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 -- cgit v1.2.3