From a280a48f2267c77ac9b22af641c72785ca207952 Mon Sep 17 00:00:00 2001 From: The Celery Man <61421472+Ceikry@users.noreply.github.com> Date: Sun, 12 Jul 2020 18:43:07 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. From 192ffac4c753d5b342ec29476b13a11b114be6f6 Mon Sep 17 00:00:00 2001 From: The Celery Man <61421472+Ceikry@users.noreply.github.com> Date: Sun, 12 Jul 2020 18:44:14 -0500 Subject: [PATCH 2/2] Set theme jekyll-theme-slate --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml 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