diff options
author | Morgan <m@morganastra.me> | 2015-03-14 03:08:22 +0000 |
---|---|---|
committer | Morgan <m@morganastra.me> | 2015-03-14 03:08:22 +0000 |
commit | 769ab62ba1fa8a201f59a8608a6a440f9ca845b5 (patch) | |
tree | e295d82e88b66ab232ad79720046d32f08a6d388 /README.md | |
parent | 3219afa57f43981990cefe03552698f49b80be80 (diff) | |
parent | 04402da472a3dd7698453a1561e332682c0b5c7e (diff) |
Merge branch 'master' of github.com:witch-house/pronoun.is
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 +``` |