OS X to macOS

pull/485/head
inductor 2019-09-17 11:29:13 +09:00
parent 5c462220b7
commit eefc8aaef5
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ The `cfssl` and `cfssljson` command line utilities will be used to provision a [
Download and install `cfssl` and `cfssljson`: Download and install `cfssl` and `cfssljson`:
### OS X ### macOS
``` ```
curl -o cfssl https://storage.googleapis.com/kubernetes-the-hard-way/cfssl/darwin/cfssl curl -o cfssl https://storage.googleapis.com/kubernetes-the-hard-way/cfssl/darwin/cfssl
@ -24,7 +24,7 @@ chmod +x cfssl cfssljson
sudo mv cfssl cfssljson /usr/local/bin/ sudo mv cfssl cfssljson /usr/local/bin/
``` ```
Some OS X users may experience problems using the pre-built binaries in which case [Homebrew](https://brew.sh) might be a better option: Some macOS users may experience problems using the pre-built binaries in which case [Homebrew](https://brew.sh) might be a better option:
``` ```
brew install cfssl brew install cfssl
@ -75,7 +75,7 @@ Runtime: go1.13
The `kubectl` command line utility is used to interact with the Kubernetes API Server. Download and install `kubectl` from the official release binaries: The `kubectl` command line utility is used to interact with the Kubernetes API Server. Download and install `kubectl` from the official release binaries:
### OS X ### macOS
``` ```
curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.15.3/bin/darwin/amd64/kubectl curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.15.3/bin/darwin/amd64/kubectl