Add the CGO_ENABLED=0 env to the build command

This commit is contained in:
HikariKnight 2023-04-12 01:22:39 +02:00
parent d4b6de4329
commit 756f974071

View file

@ -8,7 +8,7 @@ You can use it by simply downloading the latest release and run it inside a term
git clone https://github.com/HikariKnight/quickpassthrough.git
cd quickpassthrough
go mod download
go build -o quickpassthrough cmd/main.go
CGO_ENABLED=0 go build -o quickpassthrough cmd/main.go
```
## Features