diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-02-02 20:35:42 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-02-02 20:35:42 -0800 |
commit | 951c76f1cd32ff64ac423eee245a10d8011cbc3a (patch) | |
tree | 95c2a5fb29ba443787ee662f6a30f17697282479 /README | |
parent | 4cde73239ee3a7cfa4a83a3f9d8a20effdb115ed (diff) |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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/ |