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 +