diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 16:28:04 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 16:28:04 +0200 |
commit | 85df746b5dba33800f0fa4fd8450838d8a0e3fb1 (patch) | |
tree | 25c3a1a1e4196aa39ba19be6ffb773564e2f3be3 /CONTRIBUTING.md | |
parent | eea0526b37d52aadb5066be5188da9e76910aaa1 (diff) | |
download | skyhanni-85df746b5dba33800f0fa4fd8450838d8a0e3fb1.tar.gz skyhanni-85df746b5dba33800f0fa4fd8450838d8a0e3fb1.tar.bz2 skyhanni-85df746b5dba33800f0fa4fd8450838d8a0e3fb1.zip |
Adding Auto Updater to the CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ec3dca5c..600af1aca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,6 +85,11 @@ the [original](https://github.com/jagrosh/DiscordIPC). For info on usage, look at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt) + +## Auto Updater + +We use the [auto update library](https://repo.nea.moe/#/releases/moe/nea/libautoupdate) from nea. + # Coding Styles and Conventions - Follow the [Hypixel Rules](https://hypixel.net/rules). |