This commit is contained in:
EtherFact Development 2018-04-29 07:54:41 +07:00 committed by GitHub
parent 8a1e1c9b52
commit ba6816f06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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. You can install them using your favourite package manager.
Once the dependencies are installed, run Once the dependencies are installed, run
make getf go install ./cmd/getf
or, to build the full suite of utilities: or, to build the full suite of utilities:
make all go install ./cmd/...
## Executables ## Executables