Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
predatorray committed Oct 29, 2016
2 parents f3c2f95 + d625d65 commit e00d2b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Bud

[![Join the chat at https://gitter.im/bud-lisp/Lobby](https://badges.gitter.im/bud-lisp/Lobby.svg)](https://gitter.im/bud-lisp/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://travis-ci.org/predatorray/bud.svg?branch=master)](https://travis-ci.org/predatorray/bud)
[![Coverage Status](https://coveralls.io/repos/github/predatorray/bud/badge.svg?branch=master)](https://coveralls.io/github/predatorray/bud?branch=master)

Expand Down Expand Up @@ -36,6 +38,12 @@ Use the Maven wrapper to compile and execute,

./mvnw clean compile exec:java -Dexec.mainClass='me.predatorray.bud.lisp.BudRepl'

If the docker cli is available on your computer, you can just run the lastest `zetaplusae/bud` image published on Docker Hub,

docker run -it --rm zetaplusae/bud:latest

Or, you can try [the REPL online](http://bud.predatorray.me/).

Finally, type your Lisp expressions.

bud> "Hello, Bud!"
Expand Down

0 comments on commit e00d2b1

Please sign in to comment.