Skip to content

Commit 09ef3ee

Browse files
committed
👌 IMPROVE: example
1 parent 7c2fa98 commit 09ef3ee

File tree

1 file changed

+8
-2
lines changed
  • apps/baseai.dev/content/docs/getting-started

1 file changed

+8
-2
lines changed

‎apps/baseai.dev/content/docs/getting-started/cli.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,19 @@ npx baseai@latest tool
117117
`add` adds a pipe present on Langbase to your project. Once done, the pipe and its tools will become available in the `pipes` and `tools` folder of `baseai` respectively.
118118

119119
```bash
120-
npx baseai@latest add [owner-login/pipe-name]
120+
npx baseai@latest add <owner-login/pipe-name>
121121
```
122122

123123
OR
124124

125125
```bash
126-
npx baseai@latest add [link-to-pipe]
126+
npx baseai@latest add <link-to-pipe>
127+
```
128+
129+
OR here's a practical example to download and add this [AI Title Generator pipe](https://langbase.com/langbase/ai-title-generator) to your project.
130+
131+
```bash
132+
npx baseai@latest add langbase/ai-title-generator
127133
```
128134

129135
---

0 commit comments

Comments
 (0)