From 9a23c1b14607e8c6764d36230ece6ae11164fe1e Mon Sep 17 00:00:00 2001 From: brug <56103194+brug-dev@users.noreply.github.com> Date: Fri, 3 May 2024 11:21:51 -0700 Subject: [PATCH] Update README.md --- containers/compose/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/containers/compose/README.md b/containers/compose/README.md index 635e856..4375d63 100644 --- a/containers/compose/README.md +++ b/containers/compose/README.md @@ -5,11 +5,10 @@ The recommended method to run Modded Expansion on Docker is using Docker Compose ## Installation -- Download the `docker-compose.yml` file within this folder onto your Linux server. -- `cd` into the directory where it is stored. -- Run the following command: +1. `cd` into the folder where you placed the `docker-compose.yml` file on your server. +2. Run the following command: ``` $ docker compose up -d ``` -If your user is NOT part of the `docker` group, you will need to run the aforementioned command as root using `sudo` or other methods. \ No newline at end of file +If your user is NOT part of the `docker` group, you will need to run the aforementioned command as root using `sudo` or other methods.