Kakoen/valheim-save-tools

Add oneliner command to README.md which would just-work without deeply looking

Closed this issue · 2 comments

Add oneliner command example to README.md which would just-work without deeply looking into details. It is too much text to read to just parse a database for simple look.

java -jar valheim-save-tools.jar mysave.db mysave.json decode from savefile to json
java -jar valheim-save-tools.jar mysave.json mysave.db encode from json to savefile

mysave should be placed on same folder.

Kakoen commented

Added!