From 485eff40e557a9b8a23ce768bf355192f5849632 Mon Sep 17 00:00:00 2001 From: Ara Sadoyan Date: Tue, 22 Apr 2025 15:02:10 +0200 Subject: [PATCH] Readme update --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 <