From a79ee36dd2d133b60a988d54dc91641533c70cad Mon Sep 17 00:00:00 2001 From: eiymba <25769322+eiymba@users.noreply.github.com> Date: Sat, 5 Nov 2022 04:33:12 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Updated=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 121 ++++++++++++++++++++++++------------------------------------- 1 file changed, 47 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index 3ff0ef4..0f3fe64 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Arc-HUD Splash Screen](https://i.imgur.com/PSgNCkn.png) -# Arc-HUD +![Arcadia HUD Splash Screen](https://i.imgur.com/rE77bRj.png) +# Arcadia HUD ## [Based on the popular ArcHUB3 project by nyyr](https://github.com/nyyr/ArcHUB3)! @@ -22,93 +22,66 @@ ## What is Arc-HUD? -Arc-HUD displays smooth arcs around your character in the middle of the screen to inform you about the health and power (mana, rage, ...) of you, your pet, and your target. In addition, it shows casts, combo points, holy power, soul shards, and a couple of other things. It discretely fades when you are out of combat and at full health/power. +`Arc-HUD` displays smooth arcs around your character in the middle of the screen to inform you about the `health` and `power` (`mana`, `rage`, ...) of you, your pet, and your target. In addition, it shows casts, combo points, holy power, soul shards, and a couple of other things. It discretely fades when you are out of combat and at full health/power. -These arcs are currently supported: +## Contributing +### Prerequisites -* Health and power (mana, rage, focus, energy, runic power) for player, pet, target, and focus target -* Player's secondary power (Holy Power, Soul Shards, Chi etc.) -* Casting/channelling progress for player, target, and focus target -* Fatigue/breath (mirror timer) -* Combo points (including unconsumed combo points on previous target, e.g. on dead corpses) -* Custom (de)buff arcs: Ever wanted to keep track of the stacks and/or remaining times of some specific (de)buffs such as Evangelism, Savage Roar, Beacon of Light, Weakened Soul, etc? Then just create your own custom (de)buff arc for it! +- [ ] You have a [GitHub account](https://github.com). +- [ ] You have a [GPG key set up to sign your commits](). -In addition, some additional target information is displayed: +Please also read the [Contributing](./docs/CONTRIBUTING.md) document and the [Code of Conduct](./docs/CODE_OF_CONDUCT.md). -* Current target (name, class, guild, 3D model) -* Current (de)buffs on target -* Target-of-target and target-of-target-of-target +### Getting Started - + - Linux: + ```sh + ./build.sh + ``` +This will package the addon in the `./build` directory as a `.zip` file, and extract it in every version of WoW installed on your machine. For more information, see the [build](./docs/BUILDING.md) document. +If compiled successfully, you should see `Arc-HUD-` in your AddOns list in game. _You may need to select `Load out of date AddOns` in the `Interface Options` menu._ ## Further Links * [Changelog](./CHANGELOG.md) * [Issues](https://github.com/eiymba/arc-hud/issues) -* [Contributing](./Contributing.md) +* [Contributing](./docs/Contributing.md) + +## License + +Arcadia is licensed under the [GNU General Public License v2.0](./LICENSE). + +## Credits +* [rookdorf](https://github.com/rookdorf) \ No newline at end of file -- 1.7.9.5