Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Added the link to web-repl
  • Loading branch information
predatorray committed Sep 13, 2016
1 parent 76917c0 commit 52f9e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -36,10 +36,12 @@ 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,
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 52f9e32

Please sign in to comment.