Skip to content

Commit

Permalink
Fixed database import process error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Oct 24, 2010
1 parent f875fdc commit efaa9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ClojureDocs consists of three main projects: this website, the [library importer
This will give you a pristine working version of ClojureDocs. Not very interesting without data, so lets import some:

* Download the latest [database export](https://github.com/zkim/clojuredocs/downloads)
* Import the database: `mysql -uroot clojuredocs_production < downloaded_export_file`
* Import the database: `mysql -uroot clojuredocs_development < downloaded_export_file`
* Refresh `http://localhost:3000`

Enabling search requires sphinx
Expand Down

0 comments on commit efaa9ab

Please sign in to comment.