File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 551 . [ AWS credentials] ( aws.md )
662 . [ 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
2727See [ 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.
3939cortex configure
4040```
4141
42- ## Create a deployment
42+ ## Creating a deployment
4343
4444<!-- CORTEX_VERSION_MINOR -->
4545
Original file line number Diff line number Diff line change 551 . [ AWS credentials] ( aws.md )
662 . [ 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
2020export AWS_ACCESS_KEY_ID=***
2121export 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
You can’t perform that action at this time.
0 commit comments