From e4af5dcf3bf0cd7a20134250c51874cdd2b633ca Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Fri, 11 Oct 2024 18:00:39 -0700 Subject: [PATCH] Note in README to use a release and not HEAD --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bff271..b969353 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ FF6 BCEX Spoiler Log to JSON Parser This tool uses only the Python standard library; no packages are needed. +Grab the latest release from the "Releases" section of the source repo, then unzip and run: + `./main.py ` It's recommended to pipe the output to `jq` or a similar json parsing tool.