From 951c76f1cd32ff64ac423eee245a10d8011cbc3a Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 2 Feb 2023 20:35:42 -0800 Subject: README: correct info about assets/ location Since commit 880eee9 the assets must be a sibling of the sars executable, AKA under the sars executable's parent dir. --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index d8bc0c1..4f1dc31 100644 --- a/README +++ b/README @@ -23,11 +23,12 @@ $ ./src/sars ``` The program assumes there will be assets found under the assets/ -folder relative to the current working directory. +folder relative to the sars executable's parent directory. These are some .ogg files and .wav files, and they're not checked -into the git repo. You may find the assets in a build available -at: +into the git repo to keep development low-bw friendly. + +You may find the assets in a build available at: https://dl.pengaru.com/hungrycat/sars/ -- cgit v1.2.3