add missing CGO_ENABLED=0 to README.md

This commit is contained in:
DataHoarder 2024-04-14 10:33:19 +02:00
parent 930d1b7420
commit b5acb8ed03
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -32,7 +32,7 @@ cd go-p2pool
CGO_ENABLED=0 go install .
go-p2pool -help
# Alternatively you can use go build to specify an output path
go build -trimpath -v -pgo=auto -o /usr/bin/go-p2pool .
CGO_ENABLED=0 go build -trimpath -v -pgo=auto -o /usr/bin/go-p2pool .
go-p2pool -help
```