Repository: nifi-site
Updated Branches:
  refs/heads/master d98473671 -> 9f39b1369


NIFI-1846 mentioned need for Git client


Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/9f39b136
Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/9f39b136
Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/9f39b136

Branch: refs/heads/master
Commit: 9f39b1369d38aa0f82ce566370e31d48f03193f0
Parents: d984736
Author: joewitt <[email protected]>
Authored: Sun Aug 14 15:51:02 2016 -0400
Committer: joewitt <[email protected]>
Committed: Sun Aug 14 15:51:02 2016 -0400

----------------------------------------------------------------------
 src/pages/markdown/quickstart.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-site/blob/9f39b136/src/pages/markdown/quickstart.md
----------------------------------------------------------------------
diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md
index b0d45db..144e607 100644
--- a/src/pages/markdown/quickstart.md
+++ b/src/pages/markdown/quickstart.md
@@ -109,11 +109,12 @@ Additional information on system administration and 
settings can be located in o
 
 ### Build steps
 
-1. You need a recent Java 7 (or newer) JDK.
+1. You need a recent Java 8 (or newer) JDK for the 1.x NiFi line.  The 0.x 
line works on Java 7 or newer.
 2. You need Apache [Maven 3.1.0][maven] or newer.
-3. Ensure your MAVEN_OPTS provides sufficient memory.  Some build steps are 
fairly memory intensive
+3. You need a recent git client for the 1.x NiFi line.
+4. Ensure your MAVEN_OPTS provides sufficient memory.  Some build steps are 
fairly memory intensive
     - These settings have worked well `MAVEN_OPTS="-Xms1024m -Xmx3076m 
-XX:MaxPermSize=256m"`
-4. Build the entire code base.  In the root dir of the source tree run `mvn -T 
C2.0 clean install`
+5. Build the entire code base.  In the root dir of the source tree run `mvn -T 
C2.0 clean install`
    You can tweak the maven build settings as you like but the previous command 
will execute with 2 threads per core.
 
 Now you should have a fully functioning build off the latest codebase.

Reply via email to