diff options
author | eliott <eliott@cactuswax.net> | 2008-01-08 18:40:07 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-01-08 18:40:07 -0800 |
commit | eefb79682b7c326a6feec927749f8b11f1854828 (patch) | |
tree | 65f1954ef7963184b51fde56064d0e65cdc95763 | |
parent | 272ce242888cab88a61f2b5a34062f73b3f778dd (diff) |
Fixed typo.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ For a simple testing installation: 1. Install dependencies. pacman -S django python-pysqlite sqlite3 - 2. Fetch adn Extract test database + 2. Fetch and Extract test database For simple testing, sqlite is a good option. We have provided an example test database. wget http://dev.archlinux.org/~eliott/archweb_sqlite.db.gz -O - | zcat > archweb.db |