From e8f442ec0b2d8de3f7485bda08e15f6f0d4515b0 Mon Sep 17 00:00:00 2001 From: petep Date: Wed, 6 Mar 2024 06:38:05 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7f3d726..35e6e4b 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ This handy repository will make it easy to get a script or config file on a server Please take care NOT to push scripts with sensitive information in them. + +### How to Use prep-grid-vm.sh +- To install only Docker, you would run: ./prep-grid-vm.sh -d +- To install only Caddy, you would run: ./prep-grid-vm.sh -c +- To install both Docker and Caddy, you would run: ./prep-grid-vm.sh -dc \ No newline at end of file