Skip to content

Commit 65d907f

Browse files
committed
The installation guide now references @latest update
1 parent 074ad78 commit 65d907f

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

docs/migrating-from-v3.mdx

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,44 +49,26 @@ Note that between steps 4 and 5, runs triggered with the v4 package will continu
4949

5050
## Installation
5151

52-
To opt-in to using v4, you will need to update your dependencies to the latest version of the `v4-beta` tag.
53-
54-
<CodeGroup>
55-
56-
```bash npm
57-
npm add @trigger.dev/sdk@v4-beta -E
58-
```
59-
60-
```bash yarn
61-
yarn add @trigger.dev/sdk@v4-beta -E
62-
```
63-
64-
```bash pnpm
65-
pnpm add @trigger.dev/sdk@v4-beta -E
66-
```
67-
68-
</CodeGroup>
69-
70-
<Note> You will need to do this for all your `@trigger.dev/*` packages. </Note>
71-
72-
You'll also need to use the `v4-beta` version of the `trigger.dev` CLI package:
52+
To opt-in to using v4, you will need to update your dependencies to the latest version:
7353

7454
<CodeGroup>
7555

7656
```bash npx
77-
npx trigger.dev@v4-beta dev
57+
npx trigger.dev@latest update
7858
```
7959

8060
```bash yarn
81-
yarn dlx trigger.dev@v4-beta dev
61+
yarn dlx trigger.dev@latest update
8262
```
8363

8464
```bash pnpm
85-
pnpm dlx trigger.dev@v4-beta dev
65+
pnpm dlx trigger.dev@latest update
8666
```
8767

8868
</CodeGroup>
8969

70+
This command should update all of your `@trigger.dev/*` packages to a `4.x` version.
71+
9072
## Deprecations
9173

9274
We've deprecated the following APIs:

0 commit comments

Comments
 (0)