Updated Installation (markdown)

potats0 2023-07-07 14:14:36 +08:00
parent ffed18c787
commit b0e7f04829

@ -3,4 +3,14 @@
1. clone the repository
```bash
https://github.com/potats0/coraza.git
```
```
2. Build the source && Installation
```bash
cd coraza
./build.sh
./configure
make
sudo make install
```
libcoraza.so will be installed at `/usr/local/lib`