Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Dec 28, 2020
2 parents dd60ef9 + 04713f9 commit 44c16be
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion FeedbackUI.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 30300
## Title: FeedbackUI
## Version: 1.2
## Version: 1.3
## Author: stoneharry, Yehonal
## Notes: Sends feedback to a WoW Server. The feedback is stored locally in the server database for administrators or developers to read.
## SavedVariablesPerCharacter: g_FeedbackUI_feedbackVars, g_FeedbackUI_surveysTable
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,20 +4,14 @@ Client Addon for the Feedback UI: in-game survey, feedback and bugreport

## Installation

To install the addon you must create a folder inside your /Data/ directory.
To install the addon you just have to copy the content of this repository inside a folder called FeedbackUI within the /Interface/AddOns directory

This folder must be called "patch-X.MPQ" where X can be any value between 4-9 and A-Z.

You can copy the content of this repository inside that folder then.

Alternatively you can directly clone the repository within the /Data/ folder with this command:
Alternatively you can directly clone the repository within the /Interface/AddOns folder with this command:

```
git clone https://github.com/wowgaming/FeedbackUI patch-X.MPQ
git clone https://github.com/wowgaming/FeedbackUI
```

Remember to replace the X with the character you prefer.

## How to use

This addon should be enabled by default (otherwise you can enable it within the list of the addons at the character creation).

0 comments on commit 44c16be

Please # to comment.