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` + +