Readme tweak
This commit is contained in:
12
README.md
12
README.md
@@ -1,24 +1,24 @@
|
|||||||
# Open-RSC Docker Home
|
# Open RSC Docker Home
|
||||||
An easy to run RSC private server environment
|
An easy to run RSC private server environment using Docker.
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
## Install prerequisites
|
## 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:
|
Prerequisites:
|
||||||
|
|
||||||
* [Git](https://git-scm.com/downloads)
|
* [Git](https://git-scm.com/downloads)
|
||||||
* [Docker](https://docs.docker.com/engine/installation/)
|
* [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
|
```sh
|
||||||
./install-docker-linux.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
|
```sh
|
||||||
sudo apt update && install build-essential apt-transport-https ca-certificates curl software-properties-common -y
|
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
|
https://github.com/Open-RSC/Docker-Home/archive/master.zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user