From d27bac1080f513aee467314b0b645625094aae71 Mon Sep 17 00:00:00 2001 From: Eugene Ivantsov Date: Mon, 6 Apr 2015 10:23:43 +0300 Subject: [PATCH] Update README.md updated cloning instructions --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index e792b185c26..6fedc44a0f0 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,7 @@ Che is open sourced under the Eclipse Public License 1.0. ### Clone the Repository & Checkout Latest Stable Branch ```sh -git clone https://github.com/codenvy/che-parent.git -git clone https://github.com/codenvy/che-depmgt.git git clone https://github.com/codenvy/che.git - -cd che-parent -mvn clean install - -cd ..\che-depmgmt -mvn clean install - cd ..\che git checkout 3.8.1 ```