Merge branch 'master' of github.com:kelseyhightower/kubernetes-the-hard-way

pull/19/head
Kelsey Hightower 2016-07-09 20:25:45 -07:00
commit 2e284a6577
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ sudo mv cfssljson_darwin-amd64 /usr/local/bin/cfssljson
```
wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64
chmod +x cfssl_linux-amd64
sudo mv cfssl_darwin-amd64 /usr/local/bin/cfssl
sudo mv cfssl_linux-amd64 /usr/local/bin/cfssl
```
```