From 0d550e3c903db66993718c31ff27ad30b84b87ce Mon Sep 17 00:00:00 2001 From: Marwolf Date: Thu, 12 Jul 2018 10:04:52 -0400 Subject: [PATCH] Readme tweak --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e4fe4b..336d982 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ -# Open-RSC Docker Home -An easy to run RSC private server environment +# Open RSC Docker Home +An easy to run RSC private server environment using Docker. ___ ## Install prerequisites -This project has been made to work in `(Windows, Ubuntu Linux, and macOS)`. +This is compatible with `(Windows, Ubuntu Linux, and macOS)`. Prerequisites: * [Git](https://git-scm.com/downloads) * [Docker](https://docs.docker.com/engine/installation/) -If your running Ubuntu 18.04, execute this script and skip the rest of this section: +If your running Ubuntu 18.04, execute the following script and skip the rest of this section: ```sh ./install-docker-linux.sh ``` -To manually set up the prerequisites in Ubuntu 18.04 (bionic) Linux (modify as needed): +To manually set up the prerequisites in Ubuntu 18.04 (bionic) Linux (modify where it reads "bionic" below as needed for your Ubuntu distro): ```sh sudo apt update && install build-essential apt-transport-https ca-certificates curl software-properties-common -y @@ -28,7 +28,7 @@ To manually set up the prerequisites in Ubuntu 18.04 (bionic) Linux (modify as n ``` ___ -## Choice 1 (easy): Download the project zip, extract it, and open the "Single-Player" folder +## Choice 1 (easy): Download the project zip, extract it, and open the "Docker-Home" folder https://github.com/Open-RSC/Docker-Home/archive/master.zip