Skip to content

Commit

Permalink
update readme to reflect new changes (state attribute and languages c…
Browse files Browse the repository at this point in the history
…ommand line argument)
  • Loading branch information
christophlingg committed Dec 27, 2014
1 parent 20f53e0 commit 30f626d
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 @@ -48,7 +48,7 @@ If you need search data in other languages or restricted to a country you will n
Once you have your [nominatim](https://github.com/twain47/Nominatim) database ready, you can import the data to photon:

```bash
java -jar photon-0.1.2.jar -nominatim-import -host localhost -port 5432 -database nominatim -user nominatim -password ...
java -jar photon-0.1.2.jar -nominatim-import -host localhost -port 5432 -database nominatim -user nominatim -password ... -languages es,fr
```

The import of worldwide data set will take some hours/days, ssd disk are recommended to accelerate nominatim queries.
Expand Down

0 comments on commit 30f626d

Please sign in to comment.