From 0f6f93afcc7d4f320bf6dba606c7d3e05f69fb01 Mon Sep 17 00:00:00 2001 From: David Barri Date: Wed, 24 Mar 2021 12:41:44 +1100 Subject: [PATCH] Document how to build a snapshot distribution --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c566d863c7b..2fa4fbb43bf5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Try it out ========== To try it in your project see also the [Getting Started User Guide](https://dotty.epfl.ch/#getting-started). +Building a Local Distribution +============================= +1. `sbt dist/packArchive` +2. Find the newly-built distributions in `dist/target/` + Code of Conduct =============== Dotty uses the [Scala Code of Conduct](https://www.scala-lang.org/conduct.html)