From dc6d56bb2e24fd9369b5e5e4c3bde722ecfae363 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Mon, 15 Aug 2016 10:16:03 -0700 Subject: [PATCH] README Polishing This change polishes up the README by adding a note about initializing the dropsonde submodule. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5f158993b1..a32cf1f7d21 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ API Documentation for each module can be found at the following locations: The project depends on Java 8. To build from source and install to your local Maven cache, run the following: ```shell +$ git submodule update --init --recursive $ ./mvnw clean install ```