Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Oct 20, 2010
1 parent 684b6f1 commit 4de2fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ ClojureDocs consists of three main projects: this website, the [library importer
* Create the required databases: `echo 'create database clojuredocs_development; create database clojuredocs_test' | mysql -uroot`
* Run database migrations: `rake db:migrate`
* Start the dev server: `script/server`
* Navigate to "http://localhost:3000"
* Navigate to `http://localhost:3000`


This will give you a pristine working version of ClojureDocs. Not very interesting without data, so lets import some:
Expand Down

0 comments on commit 4de2fcc

Please sign in to comment.