Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
examples of running the bud image
  • Loading branch information
predatorray committed Sep 8, 2016
1 parent 81a0bfb commit 76917c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,10 @@ Use the Maven wrapper to compile and execute,

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

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

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

Finally, type your Lisp expressions.

bud> "Hello, Bud!"
Expand Down

0 comments on commit 76917c0

Please sign in to comment.