Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Ivantsov committed Apr 7, 2015
1 parent 1544f05 commit 1257be5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,15 @@ 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
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:
Expand Down

0 comments on commit 1257be5

Please sign in to comment.