Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install from Source Code does not install storyformats directory #43

Open
Tarinaky opened this issue Sep 26, 2022 · 0 comments
Open

Install from Source Code does not install storyformats directory #43

Tarinaky opened this issue Sep 26, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Tarinaky
Copy link

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):

  • Tweego Version: v2.1.1 and main
  • OS & Version: Debian Linux Bullseye

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.

@Tarinaky Tarinaky added the bug Something isn't working label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant