Skip to content

Commit cb00650

Browse files
authored
Merge pull request #4 from gitpod-io/fermelone-patch-1
Update README.md (checker -> check)
2 parents db796cf + 05e2df0 commit cb00650

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: gitpod-network-check/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A CLI to check if your network setup is suitable for the installation of Gitpod.
44

55
## Prerequisites
66

7-
1. Download the `gitpod-network-checker` binary using:
7+
1. Download the `gitpod-network-check` binary using:
88
```
99
curl -L "https://github.com/gitpod-io/enterprise-deployment-toolkit/releases/download/v0.1.0/enterprise-deployment-toolkit_$(uname -s -m | awk '{print $1"_"$2}').tar.gz" | tar -xz
1010
```
@@ -13,12 +13,12 @@ A CLI to check if your network setup is suitable for the installation of Gitpod.
1313

1414
Try running the command with help flag, to see if it downloaded properly:
1515
```
16-
./gitpod-network-checker --help
16+
./gitpod-network-check --help
1717
```
1818

1919
2. Set up AWS credentials
2020

21-
`gitpod-network-checker` needs access to the AWS account you are planning to use to deploy Gitpod in. Much like AWS CLI, `gitpod-network-checker` uses the available AWS profile in your terminal to authenticate against the account. This means that you can rely on any locally available [AWS profiles](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) or just set the right environment variables in your terminal for the CLI to use:
21+
`gitpod-network-check` needs access to the AWS account you are planning to use to deploy Gitpod in. Much like AWS CLI, `gitpod-network-check` uses the available AWS profile in your terminal to authenticate against the account. This means that you can rely on any locally available [AWS profiles](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) or just set the right environment variables in your terminal for the CLI to use:
2222
```
2323
export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
2424
export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
@@ -42,10 +42,10 @@ A CLI to check if your network setup is suitable for the installation of Gitpod.
4242
4343
2. Run the network diagnosis
4444
45-
To start the diagnosis, the the command: `./gitpod-network-checker diagnose`
45+
To start the diagnosis, the the command: `./gitpod-network-check diagnose`
4646

4747
```
48-
./gitpod-network-checker diagnose
48+
./gitpod-network-check diagnose
4949
INFO[0000] ✅ Main Subnets are valid
5050
INFO[0000] ✅ Pod Subnets are valid
5151
INFO[0000] ℹ️ Checking prerequisites

0 commit comments

Comments
 (0)