[Bug]: ambiguity in quickstart guide
What happened?
https://github.com/Nerogar/OneTrainer/blob/master/docs/QuickStartGuide.md
"For each image, add a .txt file with the same name in the same directory"
unclear whether this means "image1.jpg" should have "image1.jpg.txt" or "image1.txt"
What did you expect would happen?
Specific example in the docs would be helpful.
Relevant log output
No response
Output of pip freeze
No response
.jpg is the extension not the name. so u need image1.txt and image1.jpg :)
Thanks for the reply confirming that. The docs really need updating though. What you wrote is a very ms-windows mindset, and this is supposed to be a cross-platform program. In linux, the filename for "image1.jpg" is "image1.jpg"
The user base is very ms-windows based. The wiki is open for anyone to edit, feel free to make it more cross-platform.
This isnt about a document in the wiki, this is about a document in the actual github codebase.