mirror of
https://github.com/HikariKnight/quickpassthrough.git
synced 2025-05-15 07:34:44 -04:00
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
|
git clone https://github.com/HikariKnight/quickpassthrough.git
|
||||||
cd quickpassthrough
|
cd quickpassthrough
|
||||||
go mod download
|
go mod download
|
||||||
go build -o quickpassthrough cmd/main.go
|
CGO_ENABLED=0 go build -o quickpassthrough cmd/main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue