From 86a52e3b387a3a7d7ba205c08e81f62c0a4c814a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 6 Aug 2022 08:23:59 -0500 Subject: [PATCH] Fix a typo and change verbiage. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f8334..d83b6ac 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ That's my opinion though, if someone else uses this then they can use /var/. ### bin Scripts to help make life easier. Some are pretty basic, but others do nice things like handle the container IDs. -* install.sh : Install dependencies on an server with apt. +* install.sh : Install dependencies on a new server with apt. * create.sh : Create a new folder with the needed yml file. * start.sh : Start all compose containers. * stop.sh : Stop all compose containers. -* get_logs.sh : Create log files rather than using `docker log` command or searching for /var/whatever. +* get_logs.sh : Create log files rather than using the `docker log` command or searching in /var/whatever.