layout | title |
---|---|
default |
How To Build Your Own Copy |
Use the worlddb
command line tool to build yourself a copy of
the world.db
from the plain text fixtures in two steps.
Step 1: Get a copy of the world.db
fixtures
$ git clone git://github.com/openmundi/world.db.git
Step 2: Let's build the world.db
$ worlddb setup --include ./world.db
That's it. See the worlddb
command line tool project for more.
{% include questions.md %}