Skip to content

Commit

Permalink
[refs #16] updates README to be specific about compression
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Apr 30, 2017
1 parent 31f21a5 commit 8406c14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ config :geolix,
_Note_: if you do not want to use absolute paths or system variables please
be aware that any code in the config file is evaluated at compile time.


An appropriate filename will be automatically appended to the path. If the
filename ends in ".gz" it will be loaded as a compressed file.
By default it is expected that all databases are provided uncompressed.
The only compression directly supported is `gzip` (not `zip`!) if the
database source configured ends in `.gz`. There is no support for compressed
tarballs (`.tar.gz`)!

It is also possible to (re-) configure the loaded databases during runtime:

Expand Down

0 comments on commit 8406c14

Please sign in to comment.