diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-09-05 22:31:57 -0700 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-09-05 22:31:57 -0700 |
commit | 05f93d931bd9b00b1ec9bdb84fae1f5c57367063 (patch) | |
tree | 40694dd2eac171376ab63d345e9f1f8460dc930c /README.md | |
parent | 76f3d7435f08231f12bc68a49bcd4256ac014699 (diff) | |
download | unit-05f93d931bd9b00b1ec9bdb84fae1f5c57367063.tar.gz unit-05f93d931bd9b00b1ec9bdb84fae1f5c57367063.tar.bz2 |
Fixed go package installation instructions.
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 --> |