Skip to content

Commit 2b1cf75

Browse files
committed
Update version comments
1 parent 0a00d61 commit 2b1cf75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/clusters/management/update.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ This will create a CLI environment named `cortex2` for accessing the new cluster
5656

5757
If you are spinning a up a new cluster with a different Cortex version, first install the cortex CLI matching the desired cluster version:
5858

59+
<!-- CORTEX_VERSION_README x2 -->
60+
5961
```bash
6062
# download the desired CLI version, replace 0.38.0 with the desired version (Note the "v"):
6163
bash -c "$(curl -sS https://github.com/raw/cortexlabs/cortex/v0.38.0/get-cli.sh)"
@@ -69,6 +71,8 @@ cortex cluster up cluster.yaml --configure-env cortex2
6971

7072
You can use different Cortex CLIs to interact with the different versioned clusters; here is an example:
7173

74+
<!-- CORTEX_VERSION_README x4 -->
75+
7276
```bash
7377
# download the desired CLI version, replace 0.38.0 with the desired version (Note the "v"):
7478
CORTEX_INSTALL_PATH=$(pwd)/cortex0.38.0 bash -c "$(curl -sS https://github.com/raw/cortexlabs/cortex/v0.38.0/get-cli.sh)"

docs/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Create a cluster on your AWS account
44

5-
<!-- CORTEX_VERSION_README x2 -->
5+
<!-- CORTEX_VERSION_README -->
66
```bash
77
# install the CLI
88
bash -c "$(curl -sS https://github.com/raw/cortexlabs/cortex/v0.38.0/get-cli.sh)"

0 commit comments

Comments
 (0)