diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 18:08:26 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 18:08:26 -0700 |
commit | 04402da472a3dd7698453a1561e332682c0b5c7e (patch) | |
tree | 84c2a2193f301c0e681ba327b8dd7a30fb5e68ef /README.md | |
parent | d88f645e267078572c19cbe37b37acc9798ad532 (diff) |
added one-button build + run
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 84e9dc7..c13301a 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,9 @@ $ java -cp target/pronouns-standalone.jar clojure.main -m pronouns.web ``` Then browse to localhost:5000 + +You can also just run quickstart.sh which will do all of these things for you. Do it like this + +``` +$ ./quickstart.sh +``` |