From a50db45997903d5fb47f0ea3efa67d03e24d979c Mon Sep 17 00:00:00 2001 From: Kozoaku <93962386+Kozoaku@users.noreply.github.com> Date: Mon, 13 Jun 2022 14:34:55 -0400 Subject: [PATCH] doc: made contributing clearer (#11) Closes #10 --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c20be31..de3afe0 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,18 @@ downloading from several providers like WoWInterface, Wago, TukUI and GitHub. Simply provide the repo's clone address to WoWUp and it will track when new GitHub Releases are made and trigger an update. -If you wish to contribute, please fork and submit a pull request. I am not very -active in game, but I will give any contributions the same care and attention -you did. Please note, you will need to copy the Libs folder from the most recent -release into your development version since they are not included in the repo. +If you wish to contribute to the project, please fork and submit a pull request. +To get a working development copy, simply copy the Libs folder from the +[latest release](https://github.com/Kozoaku/XIV_Databar/releases/latest) into your +cloned repository. It also may be helpful to create a symbolic link from your +Interface folder to your cloned repo. For example, I have a folder named XIV_Databar_dev +that is a symbolic link to my repo. Then I can play using the latest release and +develop using the _dev version. Remember you will need to disable the version you +are not using. + +I am not very active in game, but I will give any contributions the same care and +attention you did. Please note, you will need to copy the Libs folder from the most +recent release into your development version since they are not included in the repo. Any issues, feature requests or suggestions should be made using the issues -here in GitHub. +here in GitHub. \ No newline at end of file