diff --git a/README.md b/README.md index d7ecbc0..e71ce6b 100644 --- a/README.md +++ b/README.md @@ -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!"