From 79bd6ae0dde08d93bd1b0c99ebf40c8dd0a5519e Mon Sep 17 00:00:00 2001 From: beech Date: Sat, 29 Jun 2024 19:36:34 -0500 Subject: [PATCH] Updated README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eeaba06..ccbf26b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# DockerInstallUbuntu +# Install Docker & Docker Compose on Ubuntu Server +--- -Install Docker & Docker Compose on Ubuntu Server +curl https://git.boppdev.net/beech/DockerInstallUbuntu/raw/branch/main/install.sh -o install.sh -curl https://git.boppdev.net/beech/DockerInstallUbuntu/src/branch/main/install.sh -./install.sh \ No newline at end of file +chmod +x install.sh + +./install.sh + +Agree to install when prompted \ No newline at end of file