tmedwards / tweego

Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
https://www.motoslave.net/tweego
BSD 2-Clause "Simplified" License
124 stars 23 forks source link

Install from Source Code does not install storyformats directory #43

Open Tarinaky opened 2 years ago

Tarinaky commented 2 years ago

Describe the bug Installing tweego from source (with go install) does not install storyformats, and the storyformats data is entirely missing from the github repository.

To Reproduce git clone https://github.com/tmedwards/tweego ls story* # No storyformats directory shown go build ./tweego --help # error: Story format search directories not found.

Expected behavior The storyformats directory should either be in the github repo, or instructions on where to download it added to the project README.

./tweego --help should return a description of the switches tweego supports and not return an error.

Desktop (please complete the following information):

Additional context Running tweego in strace shows that it is failing to find a $HOME/storyformats directory, although it tries a few permutations of capitalization.