From dc31efe83123facaed542606edba8cfc8c15837a Mon Sep 17 00:00:00 2001 From: Christian McCarty Date: Sat, 10 Jun 2023 19:10:40 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 247a4139d..6a046f550 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ GEMP includes tools for hosting within [Docker](https://docker-curriculum.com/), 2. Install your container manager of choice. [portainer.io](https://www.portainer.io/) is highly recommended. 3. Pull the git repository down to your host machine + * Open a command line window and navigate to the folder that you want to put GEMP in + * Run the following command: `git clone https://github.com/PlayersCouncil/gemp-lotr.git` 4. Open a command line and navigate to gemp-lotr/gemp-lotr/docker. * Run the command `docker-compose up -d`