technical name

This commit is contained in:
Fabricio 2019-03-10 14:32:35 -03:00
parent a485829e55
commit b983f2dcf4

View file

@ -60,7 +60,7 @@ Via docker:
cd capture
docker run --rm -v "${PWD}:/src" -w /src -e GOOS=darwin golang:latest go build -ldflags="-s -w" -o capture .
Now you have an executable binary in your folder
Now you have an executable binary in your directory
**Note:** you can change `GOOS=darwin` to `linux` or `windows`