From 0a25cbfe37e24d3e6a084e2de6e3bf323737bd43 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Tue, 4 Oct 2011 19:12:20 -0400 Subject: [PATCH] Moar README. --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 282d8c5..df6784e 100644 --- a/README.markdown +++ b/README.markdown @@ -28,12 +28,15 @@ Spin up a VM, SSH in, and set up the environment: cd /vagrant cp src/newseasons/settings-vagrant.clj src/newseasons/settings.clj + lein plugin install lein-noir 1.2.0 lein deps Run the web server (while SSH'ed in): lein run +Visit on your local machine to view the site. + To run the check-for-new-seasons/notify-users loop: lein run :refresh