diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 19:37:52 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 19:37:52 +0300 |
commit | 1fc7f1a0b5b38e001f930c9aeeeeb4c8cd4971fb (patch) | |
tree | 283591f6921ee2fe04147064e4d384188afe393f | |
parent | acd7e094b1da85d166082bd77e2694a3a94e98cd (diff) | |
download | unit-1fc7f1a0b5b38e001f930c9aeeeeb4c8cd4971fb.tar.gz unit-1fc7f1a0b5b38e001f930c9aeeeeb4c8cd4971fb.tar.bz2 |
Fixed README.md typos.
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -114,8 +114,7 @@ Ubuntu 16.04 LTS. 2. Download the Unit package: ``` - # apt-get update - # apt-get install unit + # yum install unit ``` #### Ubuntu Packages @@ -275,7 +274,7 @@ application inside Unit. checking for Go ... found + go version go1.6.2 linux/amd64 + Go package path: "/home/user/go_apps" - ``` + ``` ##### Building the Go Applications |