From 6369490a2983c5f4cf5409a888203234ad0ee7ed Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Jul 2023 09:17:04 -0700 Subject: [PATCH] Add a description to each instruction. --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1eb6519..6f7a8f7 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,28 @@ I am still new to Docker and am likely to make mistakes, but you're welcome to l Currently the project only focuses on `apt` based operating systems. ## How To Use -`apt install git bash` +Install the project dependencies. +```apt install git bash``` -`git clone https://github.com/hyperling/docker /opt/Docker` +Clone the project. +```git clone https://github.com/hyperling/docker /opt/Docker``` -`source /opt/Docker/source.env` +Load the environment variables. +```source /opt/Docker/source.env``` -`install.sh` +Install docker to the system. +```install.sh``` -`create.sh PROJECT_NAME` +Create an area to add a new product. +```create.sh PROJECT_NAME``` -`vi /opt/Docker/Config/PROJECT_NAME/docker-compose.yml` +Edit the project's details. +```vi /opt/Docker/Config/PROJECT_NAME/docker-compose.yml``` -`start.sh` +Start all of the docer projects. +```start.sh``` -Cross your fingers and hope to profit. +Cross your fingers and hope to profit! ## Folders