diff --git a/README.md b/README.md index 3cc08a9..45c6808 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# HacVersionListBot +HacVersionListBot +===== +![License](https://img.shields.io/badge/License-GPLv3-blue.svg) + +![UI](img/hvlb.png) + Versionlist update tracker for the Nintendo Switch. + +To use: Dump your Nintendo switch's client certificate, and convert it to .p12 +format with the password "switch", and replace resources/ConsoleCert.p12 with it. + +For Discord integration, replace the discord webhook url string resource with +a webhook for your channel. + + +**Licensing:** + +This software is licensed under the terms of the GPLv3. +You can find a copy of the license in the LICENSE file. \ No newline at end of file diff --git a/img/hvlb.png b/img/hvlb.png new file mode 100644 index 0000000..c6a73ef Binary files /dev/null and b/img/hvlb.png differ