From 175452c2b1a18eee9c0aafc5ecff04103d08f9f2 Mon Sep 17 00:00:00 2001 From: rapturate Date: Tue, 9 Jun 2026 17:11:45 -0400 Subject: [PATCH] Updated the README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9062ab7..e1bd9ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs. +MacOS Users: +- Unfortunately, I don't want to have to setup my pc to build your executable for you. So, the CMakeLists.txt file will autobuild an executable for you :) + NOTES: - The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create 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...