From 5825d75a4be0d99a522cb71be1025da4cb28fcbf Mon Sep 17 00:00:00 2001 From: Oliver Gwyther Date: Mon, 15 Apr 2024 22:48:05 +0100 Subject: [PATCH] Readme formatting fixes. Bloody markdown. --- docker-with-portainer/readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docker-with-portainer/readme.md b/docker-with-portainer/readme.md index e69de29..8f6cb0c 100644 --- a/docker-with-portainer/readme.md +++ b/docker-with-portainer/readme.md @@ -0,0 +1,15 @@ +To run this script: + +1. Use wget to grab the latest version: + + `https://og.codes/oliver/install-scripts/raw/branch/master/docker-with-portainer/install.sh` + +2. CHMOD the script to make it executable: + +3. `chmod +x install.sh` + +4. Run the script: + + `./install.sh` + +