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: