From b07ec39957441b8b3533c0847802d96ad28497aa Mon Sep 17 00:00:00 2001 From: alyssadev Date: Wed, 13 Mar 2024 12:40:34 +1000 Subject: [PATCH] added readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a8a6427 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +xivv updater +============ + +A tool for maintaining an updated copy of XIVVoices on a network share. Clients can mount the share directory created as C:\XIV\_Voices, or run XIVVoices.exe directly from the network share. Clients should be denied write permission to avoid clobbering the host data + +Usage +----- +`get_latest.sh [-J ] [-L ]` + +After update is complete, run share/XIVVoices.exe + +Automatic updating +------------------ + +WIP: `wine setup.exe` requires a DISPLAY. Probably need to set up Xvfb. The script can be run manually for now. + +This could be done with cron: + +`0 * * * * bash /path/to/get_latest.sh` + +or with systemd: TODO