Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz authored Nov 27, 2016
1 parent 6997c93 commit 6c46c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Java REPL

[![Build Status](https://travis-ci.org/albertlatacz/java-repl.png?branch=master)](https://travis-ci.org/albertlatacz/java-repl)


Java REPL is a simple Read-Eval-Print-Loop for Java language.

* Support for most of Java language constructs
Expand All @@ -19,9 +22,6 @@ Web version is available at [www.javarepl.com](http://www.javarepl.com/).


## Build

[![Build Status](https://travis-ci.org/albertlatacz/java-repl.png?branch=master)](https://travis-ci.org/albertlatacz/java-repl)

Building Java REPL requires the [ant build tool](http://ant.apache.org/).

After cloning the git repository, navigate over to it and run:
Expand Down

0 comments on commit 6c46c30

Please sign in to comment.