From 88a799bb29cff0561c93763810f40de4d9dd0c48 Mon Sep 17 00:00:00 2001 From: Quackster Date: Thu, 12 Jan 2023 22:17:20 +1000 Subject: [PATCH] Add quick little readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5eec41e..f12b8a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # Helios.Imager Imager for Habbo Hotel releases Shockwave and Flash. It uses the two projects (Badger, and Avatara) as libraries combined into one, to make the web server. +# Installing + +Locate the .zip files in /tools/ + +Extract in same directory as what the project is running on. + +Run the project. + +The endpoints will be available: + +``/habbo-imaging/avatarimage`` + +``/habbo-imaging/badge/{badge-code}.gif`` + +``/habbo-imaging/badge-fill/{badge-code}.gif`` + ## Cloning this repository ```