Skip to content

Commit

Permalink
Merge pull request erfan-khadem#4 from hiddify/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
erfan-khadem authored Aug 2, 2023
2 parents 2511af0 + eca26c5 commit b4dc1e1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SSH-Server
# SSH-Liberty-Bridge

## QuickStart Guide

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b4dc1e1

Please sign in to comment.