Apply suggestions from code review

Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
This commit is contained in:
Moshe Shitrit 2020-07-06 02:43:53 -04:00 committed by GitHub
parent 1ada0aa5c9
commit f6d69bca41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -41,14 +41,14 @@ mv kubectl kops ~/bin
Finally, some of our exercises use the `jq` utility which is available on modern linux distributions. Please ensure to install it as well. Some examples of how to do it:
**Centos 7:**
**Amazon Linux, CentOS, RHEL:**
```bash
yum -y install epel-release
yum -y install jq
```
**Debian 9/10, Ubuntu 16.04/18.04/20.04:**
**Debian, Ubuntu:**
```bash
apt-get -y update
@ -62,4 +62,3 @@ brew install jq
```
More information on `jq` can be found [here](https://stedolan.github.io/jq/download/).