From c5264a37b4e549bc858e2cf5760868b4531693b8 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: Mon, 20 May 2024 05:37:17 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e72fd52..53d3236 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,13 @@ Now easier then before, you will have to compile only Nginx, Rest of modules com How do these 3 modules work together? L7 will block all or most of bots, ModSecurity and Naxsi take priority over cookie challenge! So if its a offensive request that Modsecurity or Naxsi detect it as such then these 2 will deal with that request otherwise cookie challenge will appear. -## INSTALLATION - -1. **`apt-get update; apt-get -y install build-essential libssl-dev curl nano wget zip unzip sudo git psmisc tar`** - -2. **`curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/install > install; bash install`** +## Compile from source +``` +git clone +cd The-World-Is-Yours/ +bash run.sh new +bash run.sh build +```