mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 23:57:21 +02:00
Added build from src instruction
This commit is contained in:
parent
530a99a544
commit
80f566e312
11
README.md
11
README.md
@ -28,6 +28,17 @@ General purpose request (reverse) proxy and forwarding tool for low power device
|
|||||||
- External permission management system for easy system integration
|
- External permission management system for easy system integration
|
||||||
- SMTP config for password reset
|
- SMTP config for password reset
|
||||||
|
|
||||||
|
## Build from Source
|
||||||
|
Require Go 1.20 or above
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/tobychui/zoraxy
|
||||||
|
cd ./zoraxy/src/
|
||||||
|
go mod tidy
|
||||||
|
go build
|
||||||
|
|
||||||
|
sudo ./zoraxy -port=:8000
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user