diff options
author | Dan McGee <dan@archlinux.org> | 2014-12-02 15:45:45 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-12-02 15:45:45 -0600 |
commit | 9faa6d580e73adfe0f3a194b09d7f6b91b80aae9 (patch) | |
tree | a8cceb8816ca8c03b51e76d5154d9379c201388b /README.md | |
parent | 566088bb11c2ce50f616e17961b2b0befc288c18 (diff) |
Don't suggest FTP mirror for DB download
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ packages, you will probably want the following: 8. To optionally populate the database with real data: - wget ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz + wget http://mirrors.kernel.org/archlinux/core/os/i686/core.db.tar.gz ./manage.py reporead i686 core.db.tar.gz ./manage.py syncisos |