From e58bca5e6267c6d9a27750f982bb4fe57b43c2c0 Mon Sep 17 00:00:00 2001 From: Quackster Date: Thu, 12 Jan 2023 22:14:16 +1000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1172b8..e93624c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # Helios.Imager - Imager for Habbo Hotel releases Shockwave and Flash. + 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. + +## Cloning this repository + +``` +$ git clone --recursive https://github.com/Quackster/Kepler +``` + +**or** + +``` +$ git clone https://github.com/Quackster/Kepler +$ git submodule update --init --recursive +