This commit is contained in:
Admin 2018-04-29 20:35:11 +07:00
commit 06e223c600

View file

@ -22,11 +22,11 @@ Building getf requires both a Go (version 1.7 or later) and a C compiler.
You can install them using your favourite package manager.
Once the dependencies are installed, run
make getf
go install ./cmd/getf
or, to build the full suite of utilities:
make all
go install ./cmd/...
## Executables