Note in README to use a release and not HEAD

This commit is contained in:
Trysdyn Black 2024-10-11 18:00:39 -07:00
parent cedf27485a
commit e4af5dcf3b

View file

@ -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 <spoiler log filename.txt>`
It's recommended to pipe the output to `jq` or a similar json parsing tool.