Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions packages/cli/src/ai-context/references/initialize.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,10 @@ Continue with the following steps:

#### Step 1: Install dependencies

1. **Install the Checkly dependency**
**Install the Checkly dependency**

Check if `npx checkly --version` works. If not, run `npm install --save-dev checkly`.

2. **Do you want to use TypeScript? (recommended)**
- If **yes** → install `jiti`:

```bash
npm i --save-dev jiti
```

- If **no** → there's nothing to do

#### Step 2: Gather the project requirements

Ask the user the following questions to determine the setup:
Expand Down
Loading