Add the CGO_ENABLED=0 env to the build command
This commit is contained in:
parent
d4b6de4329
commit
756f974071
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue