From 1bf7898bd5cd42c1ce7fbf7ac1b45835f39fe9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=99=F0=9D=93=BE=F0=9D=93=B5=F0=9D=93=B2?= =?UTF-8?q?=F0=9D=93=B8?= Date: Wed, 22 May 2024 00:41:08 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c101503..c9f0cef 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ bash build/run.sh postfix ``` ## Basic cli info ``` -bash build/run.sh new => Download all modules + nginx that are missing from /opt/, (if you make version changes to 'version' file then simply rerun this to download again) -bash build/run.sh build => This is going to simply compile nginx nothing else. You can run this as many times as you need, its not going to replace configs. -bash build/run.sh postfix => This will redownload /nginx/nginx.conf everything you run it. Suggested to run only once when you install nginx via my repo for first time. +bash build/run.sh new => Download all modules + nginx that are missing from /opt/. (If you make version changes to 'version' file then simply rerun this to download again) +bash build/run.sh build => This is going to simply compile nginx nothing else. (You can run this as many times as you need, its not going to replace configs) +bash build/run.sh postfix => This will redownload /nginx/nginx.conf everytime you run it. (Suggested to run only once when you install nginx via my repo for first time) ```