diff --git a/README.md b/README.md index afd3832..f09f0f9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Singleplayer-Edition The official singleplayer version of 2009scape. + +# Getting Started: Windows +We do not currently have support for windows in the singleplayer edition, stay tuned, as we will soon! + +# Getting Started: Linux + +* 1: Download or clone this repository. +* 2: After you unpack the .zip (if you just downloaded it) or it finishes cloning (if you cloned it), open up the folder that it created. +* 3: In this folder there will be a **run-linux.sh**, execute this to start everything up. +* 4: What you need to do *first* before you can run the game is initialize the database. You only have to do this once. +* 5: Once that's finished, you can safely run the game with option 1. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file