From 7ae48bf370e46e97b44ed136e1588222ad7e16de Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Tue, 20 Feb 2024 22:00:58 +0800 Subject: [PATCH] Update README.md Added quick download links for Github noobs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 851e72e..e48a4c5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ General purpose request (reverse) proxy and forwarding tool for networking noobs - External permission management system for easy system integration - SMTP config for password reset +## Downloads +[Windows](https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_windows_amd64.exe) +/[Linux (amd64)](https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_amd64) +/[Linux (arm64)](https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_arm64) + +For other systems or architectures, please see [Release](https://github.com/tobychui/zoraxy/releases/latest/) + ## Build from Source Requires Go 1.20 or higher