Updated readme
This commit is contained in:
22
README.md
22
README.md
@@ -17,6 +17,10 @@ Requisites:
|
|||||||
* [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/)
|
||||||
|
|
||||||
|
[Guide for installing Docker on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04)
|
||||||
|
|
||||||
|
___
|
||||||
|
|
||||||
This project uses the following ports:
|
This project uses the following ports:
|
||||||
|
|
||||||
| Server | Port |
|
| Server | Port |
|
||||||
@@ -31,15 +35,15 @@ ___
|
|||||||
|
|
||||||
Install [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git), then clone the project:
|
Install [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git), then clone the project:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/Marwolf/Open-RSC-Docker.git
|
git clone https://github.com/Marwolf/Open-RSC-Docker.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Go to the project directory:
|
Go to the project directory:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd Open-RSC-Docker
|
cd Open-RSC-Docker
|
||||||
```
|
```
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
@@ -49,6 +53,12 @@ If you are using Windows, open Docker and make your drives available to your Doc
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
If you are using Linux (suggested to be Ubuntu 18.04 or above), install the build essentials AND docker-compose so that the make command works:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo apt install build-essential docker-compose
|
||||||
|
```
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
## Run the application
|
## Run the application
|
||||||
|
|||||||
Reference in New Issue
Block a user