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.