diff --git a/doc/contributing/contribute_code.md b/doc/contributing/contribute_code.md index 06de2356..fadbd6e2 100644 --- a/doc/contributing/contribute_code.md +++ b/doc/contributing/contribute_code.md @@ -20,6 +20,16 @@ You can check if this is available by running the following command: shell> javac -version javac 1.8.0_312` # you should receive a message like this +### Install git + +The z390 source code is maintained in a git repository. + +To install git on your system, go to https://git-scm.com/downloads +to download the appropriate version for your system. + +You can find a quick reference for some frequently used git commands +the bottom of this document. + ### Clone the code Start with a clone of the main repository. @@ -43,6 +53,10 @@ for more details. If the job successfully runs, it means you are ready to start development. +This build procedure invokes the full regression testing script. +Build and regression testing both can take quite some time. +Luckily, you do not need to do this very often. + ### Rebuild the JAR You can just recompile the JAR without running the full build job by running