about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
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
+```