From 52f9e32ca6c1957491328aababb0f05a08667a54 Mon Sep 17 00:00:00 2001 From: Wenhao Ji Date: Tue, 13 Sep 2016 23:28:31 +0800 Subject: [PATCH] Update README Added the link to web-repl --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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!"