From 954ea9bca11c73712c59232c1c5b025dd19a37d2 Mon Sep 17 00:00:00 2001 From: Magesh Chandramouli Date: Wed, 2 Jan 2019 11:43:30 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 4153f63..9b87636 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ Integrations for common frameworks are available @ ## How to build the code -Since this repository contains `haystack-idl` as a submodule, you must use the following command line to clone the repository: - -``` -git clone git@github.com:ExpediaDotCom/haystack-client-java.git . -``` - ### Prerequisites * Make sure you have Java 1.8 @@ -56,4 +50,4 @@ This will cause the jar file to be released to the 7. Now you have to *put back* the -SNAPSHOT that you removed in step 2. When you do that, bump the `z` value to `z + 1` to minimize the chance of somebody trying to release on top of the x.y.z version you just released. Note that the next release might not use `x.y.z+1`; it could instead be `x.y+1.0` or `x+1.0.0` -8. Create another pull request with the change from step 7 and get it merged. \ No newline at end of file +8. Create another pull request with the change from step 7 and get it merged.