Author: chetanm
Date: Mon Apr  3 10:34:52 2017
New Revision: 1789943

URL: http://svn.apache.org/viewvc?rev=1789943&view=rev
Log:
OAK-5998 - Clarify and complete missing stuff in current Oak documentation

Refer to source details

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md?rev=1789943&r1=1789942&r2=1789943&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md 
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md Mon 
Apr  3 10:34:52 2017
@@ -26,8 +26,9 @@ to start learning about Oak.
 There is also the [Jackrabbit 3 wiki 
page](http://wiki.apache.org/jackrabbit/Jackrabbit%203), which
 is mostly outdated though and should only be consulted for historical research.
 
-To get started developing Oak, build the latest sources with Maven 3 and Java 
6 (or higher) like
-this:
+To get started developing Oak, checkout the sources from 
[svn](https://svn.apache.org/repos/asf/jackrabbit/oak/trunk), 
+or [fork them](https://github.com/apache/jackrabbit-oak) on GitHub. Then build 
the latest sources with Maven 3 and 
+Java 7 (or higher) like this:
 
     mvn clean install
 


Reply via email to