Skip to content

Commit acc6ffb

Browse files
committed
docs: package-manager tabs (npm/pnpm/bun/yarn) for CLI install
Use a Mintlify CodeGroup so the global-install command is shown per package manager.
1 parent 3e76072 commit acc6ffb

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

apps/docs/local/cli.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,26 @@ policies stay local.
1111

1212
Requires Node.js 20 or newer.
1313

14-
```bash
14+
<CodeGroup>
15+
16+
```bash npm
1517
npm install -g executor
1618
```
1719

20+
```bash pnpm
21+
pnpm add -g executor
22+
```
23+
24+
```bash bun
25+
bun add -g executor
26+
```
27+
28+
```bash yarn
29+
yarn global add executor
30+
```
31+
32+
</CodeGroup>
33+
1834
## Start the service
1935

2036
Install the durable background service, then open the web UI:

0 commit comments

Comments
 (0)