summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-09-05 22:31:57 -0700
committerMax Romanov <max.romanov@nginx.com>2017-09-05 22:31:57 -0700
commit05f93d931bd9b00b1ec9bdb84fae1f5c57367063 (patch)
tree40694dd2eac171376ab63d345e9f1f8460dc930c /README.md
parent76f3d7435f08231f12bc68a49bcd4256ac014699 (diff)
downloadunit-05f93d931bd9b00b1ec9bdb84fae1f5c57367063.tar.gz
unit-05f93d931bd9b00b1ec9bdb84fae1f5c57367063.tar.bz2
Fixed go package installation instructions.
Diffstat (limited to '')
-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 -->