From b0e7f04829cf9ac98bfe63429288739970b7b587 Mon Sep 17 00:00:00 2001 From: potats0 <42128471+potats0@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:14:36 +0800 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index b0c8587..6b878ab 100644 --- a/Installation.md +++ b/Installation.md @@ -3,4 +3,14 @@ 1. clone the repository ```bash https://github.com/potats0/coraza.git -``` \ No newline at end of file +``` +2. Build the source && Installation +```bash +cd coraza +./build.sh +./configure +make +sudo make install +``` + +libcoraza.so will be installed at `/usr/local/lib` \ No newline at end of file