Fixed go package installation instructions.

This commit is contained in:
Max Romanov
2017-09-05 22:31:57 -07:00
parent 76f3d7435f
commit 05f93d931b

View File

@@ -468,10 +468,10 @@ To compile the packages for Go:
# export GOPATH=<path> # export GOPATH=<path>
``` ```
2. Compile the packages: 2. Compile and install the package:
``` ```
# make go # make go-install
``` ```
<!-- /section:4 --> <!-- /section:4 -->