Skip to content

Commit 61f6ed9

Browse files
committed
Update client installation docs
1 parent ba7f52f commit 61f6ed9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/clients/install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ $ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.26.
3131

3232
By default, the Cortex CLI is installed at `/usr/local/bin/cortex`. To install the executable elsewhere, export the `CORTEX_INSTALL_PATH` environment variable to your desired location before running the command above.
3333

34-
By default, the Cortex CLI creates a directory at `~/.cortex/` and uses it to store environment configuration. To use a different directory, export the `CORTEX_CLI_CONFIG_DIR` environment variable before running a `cortex` command.
34+
## Changing the CLI/client configuration directory
35+
36+
By default, the Cortex CLI/client creates a directory at `~/.cortex/` and uses it to store environment configuration. To use a different directory, export the `CORTEX_CLI_CONFIG_DIR` environment variable before running any `cortex` commands.

0 commit comments

Comments
 (0)