diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -468,10 +468,10 @@ To compile the packages for Go: # export GOPATH=<path> ``` - 2. Compile the packages: + 2. Compile and install the package: ``` - # make go + # make go-install ``` <!-- /section:4 --> |