From 1257be518caeea01187cb8e3b9667544a0b94249 Mon Sep 17 00:00:00 2001 From: Eugene Ivantsov Date: Tue, 7 Apr 2015 12:21:13 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11c539048c8..cbf7b12fbe3 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,6 @@ Che is open sourced under the Eclipse Public License 1.0. git clone https://github.com/codenvy/che.git ``` -We advise against building the master branch as you may encounter intermediate errors. - -This builds the SDK, which includes an assembly of Java and extension building plug-ins. If you want to build Che with all known plug-ins, build [github.com/codenvy/assembly-che] (https://github.com/codenvy/assembly-che). - ### Build and Run Che ```sh cd /che @@ -36,6 +32,8 @@ mvn clean install ./che.sh [ start | stop ] ``` +This builds and starts the SDK, which includes an assembly of Java and a bare minimum of extensions building plug-ins (everything required to work with Java apps and Codenvy extensions). + Che will be available at ```localhost:8080``` ### Che Sub-Projects: