From cf3579057879138814ae1c0acb5a4c964ca4bd1a Mon Sep 17 00:00:00 2001 From: rapturate Date: Tue, 9 Jun 2026 15:01:04 -0400 Subject: [PATCH] Updated the README.md file for a little more clarity. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f4c61..49bed3a 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,10 @@ REQUIREMENTS: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/ NOTES: -- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. +- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create a local .env file with the locations you provided. If you mess up, just change them in the file for now. * I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application... + + +FUTURE CHANGES: +- Filtering functionality +- Sorting by column (asc/desc) \ No newline at end of file