Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 831 Bytes

build.md

File metadata and controls

38 lines (20 loc) · 831 Bytes
layout title
default
How To Build Your Own Copy

{{ page.title }}

Build Your Own world.db Copy? {#build}

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 %}