Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 5dff046

Browse files
fix bash scripting
1 parent 68006c0 commit 5dff046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/content/docs/ai/use-checkly-with-ai-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ API Checks, Browser checks, Multistep checks and all other constructs.
122122
{{< tab "Mac and Linux" >}}
123123

124124
```bash
125-
mkdir \p .claude &&
125+
mkdir -p .claude &&
126126
curl -o .claude/checkly.rules.md https://www.checklyhq.com/docs/ai/checkly.rules.md -L
127127
echo "- examine checkly.rules.md for code generation rules" >> .claude/CLAUDE.md
128128
```

0 commit comments

Comments
 (0)