From 523a3959c456e1d3e411762a68baa2f556c24ceb Mon Sep 17 00:00:00 2001 From: Scott Jaderholm Date: Fri, 8 Oct 2010 15:02:09 -0400 Subject: [PATCH] data dir wasn't there --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ba681d..6a5fc448 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Running the webapp 2. Compile with: `lein uberjar` -3. Create an initial sqlite database: `sqlite3 data/db < clojars.sql` +3. Create an initial sqlite database: `mkdir data; sqlite3 data/db < clojars.sql` 4. Run the webapp: `java -jar clojars-web-*-standalone.jar 8080 8701`