From b36d904a9aee650146c971e52ff3cecbb4a94162 Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:00:13 +1000 Subject: [PATCH] docs: Update README with macOS testing note - Update README.md with note about testing on macOS - Refactor functions for improved readability and efficiency. - Fix bug causing crash on startup. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 112788b..5e918b2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Tool has been tested with Python 3.12. ### macOS +This has been tested with macOS, your mileage may vary on other operating systems like Windows, WSL or Linux. + 1. Install Python. Recommended way is to use [asdf](https://asdf-vm.com/guide/getting-started.html): ```bash