From 1b7c7a9dbf7ec9215deccf2b561b112b6f5bafdc Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:46:42 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12ad020..45e445d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SSH-Server +# SSH-Liberty-Bridge ## QuickStart Guide @@ -58,7 +58,15 @@ After doing this, don't forget to start and enable redis by running systemctl enable --now redis.service ``` -Now you can build and run the server. +Now +- you can download the latest release file +```bash +wget https://github.com/hiddify/ssh-liberty-bridge/releases/latest/download/ssh-liberty-bridge-$(dpkg --print-architecture) +mv ssh-liberty-bridge-* ssh-liberty-bridge +chmod +x ssh-liberty-bridge +``` +or +- you can build and run the server. ```bash go build main.go