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