Tweaks to wording

Clarify a few sentences.
This commit is contained in:
Ashley Penney 2017-02-01 11:34:27 -05:00
parent 2e05ebeb30
commit f346ae419d
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ In order to control Kubernetes clusters we need to [install the CLI tool](instal
In order to correctly prepare your AWS account for `kops`, we require you to In order to correctly prepare your AWS account for `kops`, we require you to
install the AWS CLI tools, and have API credentials for an account that has install the AWS CLI tools, and have API credentials for an account that has
administrator level privileges. the permissions to create a new IAM account for `kops` later in the guide.
Once you've [installed the AWS CLI tools](install.md) and have correctly setup Once you've [installed the AWS CLI tools](install.md) and have correctly setup
your system to use the official AWS methods of registering security credentials your system to use the official AWS methods of registering security credentials

View File

@ -59,7 +59,7 @@ The officially supported way of installing the tool is with `pip` as in
pip install awscli pip install awscli
``` ```
You can also grab the tool with homebrew, although this is not officially supported. You can also grab the tool with homebrew, although this is not officially supported by AWS.
```bash ```bash
brew update && brew install awscli brew update && brew install awscli