From b367c59ba343e9ca2912703789c802e45c2b10d0 Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Sun, 23 Apr 2017 03:36:12 -0500 Subject: [PATCH] Minor README note about assembleDist --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83c622c..ad0e0a7 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ The reason we use recursive is to clone the spec submodule we have embedded at ` `gradle wrapper`. Now the `gradlew` command is available. To build, run `./gradlew build`. This will run all tests which includes the test suite from the WebAssembly spec. +Running `./gradlew assembleDist` builds the same zip and tar files uploaded to the releases area. ### Library Notes