summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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=<path>
```
- 2. Compile the packages:
+ 2. Compile and install the package:
```
- # make go
+ # make go-install
```
<!-- /section:4 -->