diff --git a/README.md b/README.md index 9408037..514f61a 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,34 @@ Built on Rust, on top of **Cloudflare’s Pingora engine**, **Gazan** delivers w --- +## 🛠 Installation + +Download the prebuilt binary for your architecture from releases section of [GitHub](https://github.com/sadoyan/gazan/releases) repo +Make the binary executable `chmod 755 ./gazan` and run . + ## 🔌 Running the Proxy ```bash ./gazan -c path/to/main.yaml ``` ---- +## 🔌 Systemd integration + +```bash +cat > /etc/systemd/system/gazan.service <