From 1ed61a472080a5c8c7fff776fa5c7906edfc6e8c Mon Sep 17 00:00:00 2001 From: David Attarzadeh Date: Fri, 10 Jan 2014 22:22:23 -0800 Subject: [PATCH] Update README I spent a while trying to figure this out, as I don't have prior experience with Maven, and haven't programmed with Java in years, so hopefully this will help future readers. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 32b571e..2a45349 100644 --- a/README +++ b/README @@ -42,6 +42,10 @@ started, you will need: Building the Source ------------------- +Prior to building the source, for those previously unfamiliar with Maven, +it may be wise to read this to avoid future hassles: +http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html + To build the source, in TT_HOME: mvn clean package