Skip to content

Commit

Permalink
data dir wasn't there
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjad committed Oct 8, 2010
1 parent afd7f57 commit 523a395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`

Expand Down

0 comments on commit 523a395

Please sign in to comment.