From 99fe8e8793626212dd528fb60a70d5aecb6dc374 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:40:00 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 426007a..c101503 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,15 @@ If you want to try with a custom nginx version then, open `version` file and cha ```bash bash build/run.sh new bash build/run.sh build +bash build/run.sh postfix ``` -The `bash build/run.sh new` will always download things that are missing, -for example if you change a version from file it will download the new version, if you want to clear things out then run `rm -rf /opt/mod && rm -rf /opt/nginx-*` +## 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. +``` + ## Basic info.