From 3cfeb752abce8631062edc771e27ccd440f771b2 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 22 Mar 2025 21:53:05 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 31db4bce..d0c42c6f 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,14 @@ UI localization planed as Crowdin repository, but it is not implemented yet. To install new spell dictionaries in Fedora, use `sudo dnf install hunspell-CODE` * just replace `CODE` with the locale code you want +### Geo-location + +To enable geo-location features, get official IP database from [MaxMind](https://www.maxmind.com)\ +then copy following files into the app `config` folder (available from menu) + +* `GeoLite2-City.mmdb` +* `GeoLite2-Country.mmdb` + ### Releases * Package version in repository increase after [crates.io](https://crates.io/crates/yoda) release