Updated Install preparations (markdown)

master
neil 2016-10-04 16:25:01 +08:00
parent 4cd67f0bee
commit 534dab1a00
1 changed files with 2 additions and 0 deletions

@ -28,6 +28,8 @@ yum -q -y install nc
# 3. alpine # 3. alpine
The default `nc` tool doesn't support `-4` , `-6` and local address, So, please install `netcat-openbsd` to support all the options.
``` ```
apk --no-cache add -f openssl curl netcat-openbsd apk --no-cache add -f openssl curl netcat-openbsd
``` ```