Skip to content

Commit eff1413

Browse files
ospillingerdeliahu
authored andcommitted
Update installation instructions
(cherry picked from commit f250d28)
1 parent 2e7a4ac commit eff1413

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/cluster/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. [AWS credentials](aws.md)
66
2. [Docker](https://docs.docker.com/install)
77

8-
## Spin up Cortex in your AWS account
8+
## Installing Cortex in your AWS account
99

1010
<!-- CORTEX_VERSION_MINOR -->
1111

@@ -26,7 +26,7 @@ export AWS_SECRET_ACCESS_KEY=***
2626

2727
See [cluster configuration](config.md) options to customize your installation.
2828

29-
## Install and configure the CLI
29+
## Installing and configuring the CLI
3030

3131
```bash
3232
# Install the Cortex CLI on your machine
@@ -39,7 +39,7 @@ See [cluster configuration](config.md) options to customize your installation.
3939
cortex configure
4040
```
4141

42-
## Create a deployment
42+
## Creating a deployment
4343

4444
<!-- CORTEX_VERSION_MINOR -->
4545

docs/cluster/uninstall.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. [AWS credentials](aws.md)
66
2. [Docker](https://docs.docker.com/install)
77

8-
## Uninstall Cortex
8+
## Uninstalling Cortex
99

1010
<!-- CORTEX_VERSION_MINOR -->
1111

@@ -20,18 +20,18 @@ chmod +x cortex.sh
2020
export AWS_ACCESS_KEY_ID=***
2121
export AWS_SECRET_ACCESS_KEY=***
2222

23-
# Uninstall
23+
# Uninstall Cortex
2424
./cortex.sh uninstall
2525
```
2626

27-
## Uninstall the CLI
27+
## Uninstalling the CLI
2828

2929
```bash
3030
# Uninstall the Cortex CLI
3131
./cortex.sh uninstall cli
3232
```
3333

34-
## Clean up AWS
34+
## Cleaning up AWS
3535

3636
```bash
3737
# Set AWS credentials

0 commit comments

Comments
 (0)