diff --git a/images/evennia_screenshot.jpg b/images/evennia_screenshot.jpg deleted file mode 100644 index 9a6b8dfc88..0000000000 Binary files a/images/evennia_screenshot.jpg and /dev/null differ diff --git a/index.html b/index.html index 7b26c09443..9e89842f8e 100644 --- a/index.html +++ b/index.html @@ -100,10 +100,23 @@ - InstallationEvennia is installed by cloning and installing its repo from github. The Getting Started instructions will help you get things set up. Once installed, creating your new game is quick:
+ pip install evennia
+
+ evennia --init mygame
cd mygame
evennia start
- localhost, port 4000.
- localhost, port 4000.
+
+ If this piqued your interest, there is a lengthier introduction to Evennia to read.
-To learn how to get your hands on the code base, the Getting Started page is the way to go. Otherwise you could browse the
Once you've installed Evennia you may want to proceed to the Beginner Tutorial.