Skip to content

Commit

Permalink
Update cloud-cli-installation.md
Browse files Browse the repository at this point in the history
remove comment
  • Loading branch information
mirnawong1 authored Oct 9, 2023
1 parent 8e78458 commit b7ed745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/cloud/cloud-cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Note that if you are using VS Code, you'll need to restart it to pick up modifie

<TabItem value="linux" label="Linux">

If your operating system runs into path conflicts, refer to the [FAQs](#faqs).
Refer to the [FAQs](#faqs) if your operating system runs into path conflicts.

1. Download the latest Linux release for your platform from [GitHub](https://github.com/dbt-labs/dbt-cli/releases). (Pick the file based on your CPU architecture)

Expand Down Expand Up @@ -146,7 +146,7 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt
export DBT_CLOUD_API_KEY="1234" # Replace 1234 with your API key
```

- In Powershell, add an environment variable: IS THIS MISSING SOMETHING?
- In Powershell, add an environment variable:
- Note that this variable resets if you restart your shell. To add an environment variable permanently, add a system environment variable in your platform.

3. Navigate to a dbt project in your terminal:
Expand Down

0 comments on commit b7ed745

Please sign in to comment.