diff --git a/README.md b/README.md index a57a891d..0f840a48 100644 --- a/README.md +++ b/README.md @@ -468,10 +468,10 @@ To compile the packages for Go: # export GOPATH= ``` - 2. Compile the packages: + 2. Compile and install the package: ``` - # make go + # make go-install ```