From d91386da61807a5244f4d652950814d0461ddf9e Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Wed, 3 Aug 2022 12:50:54 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 6aa5744..425f56e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ # Docker +## Step 1 - Setup + +Make sure the following dependencies are met: +- `git` +- `curl` +- `jq` + +## Step 2 - Configure + +Clone the repo +```sh +$ git clone https://codeberg.org/Hyperpipe/Docker +``` + +Make the setup script executable +```sh +$ chmod u+x gen.sh +``` + +Run the setup script +```sh +$ ./gen.sh +``` + +## Step 3 - Docker + +Build +```sh +$ docker-compose build +``` + +Start the container +```sh +$ docker-compose up +``` \ No newline at end of file