This is an automated email from the ASF dual-hosted git repository. andyj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/db-jdo.git
The following commit(s) were added to refs/heads/master by this push: new a875f54 Added git clone info a875f54 is described below commit a875f543e7c96d09124393a97d067bdfc8c67f3f Author: Andy Jefferson <a...@datanucleus.org> AuthorDate: Sat Feb 23 13:18:04 2019 +0000 Added git clone info --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 523377a..56b11f7 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,17 @@ To download Oracle's implementation, go [here](http://www.oracle.com/technetwork ## Building from Top Level TCK Project -For instructions for checking out the JDO source, see the Apache JDO [source code](http://db.apache.org/jdo/svn.html) page. +You can check out the source for this project using the `Clone or Download` option above. For example you can type either of the following -To build JDO with all subprojects go to the root directory of the branch you are working in (or master) + git clone g...@github.com:apache/db-jdo.git + +or + + git clone https://github.com/apache/db-jdo.git + +which will create a folder `db-jdo` with all code in it. You can read up on [GIT here](https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control). + +To build Apache JDO with all subprojects go to the root directory of the branch you are working in (or master) mvn clean install