From e3f2fc149be9bedfe89bf9edb58b3c3398d60701 Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Sat, 20 Oct 2018 13:33:33 -0500 Subject: [PATCH] Update build command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc18cc..96eedd2 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ The reason we use recursive is to clone the spec submodule we have embedded at ` Gradle projects, this project chooses not to embed the Gradle runtime library in the repository. To assemble the entire project with [Gradle](https://gradle.org/) installed and on the `PATH` (tested with 4.6), run: - gradle assembleDist + gradle :compiler:assembleDist ### Library Notes