kobaltcore / renkit

A collection of tools to help you organise and use Ren'Py instances from the command line. Especially useful for headless servers.
MIT License
26 stars 2 forks source link

Update renconstruct example in README #20

Closed koroshiya closed 4 months ago

koroshiya commented 4 months ago

renconstruct expects options to come first, before the input and output directory, per its help message:

Usage: renconstruct build [OPTIONS]

However, the example in the README has it placed after the directories instead, which doesn't seem to work. This PR updates the example.

kobaltcore commented 4 months ago

Oh yeah, that's definitely an oversight on my part. I typically go through the README to check for this stuff at times, but this must've slipped by. Thanks for catching and fixing it!