mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
docs(convex): drop pinned better-auth version in install command (#8563)
This commit is contained in:
@@ -33,11 +33,10 @@ npx convex dev
|
||||
<Step>
|
||||
## Install packages
|
||||
|
||||
Install a pinned version of Better Auth and the Convex component for Better Auth, and make sure you are using the latest version of Convex.
|
||||
Install Better Auth and the Convex component for Better Auth, and make sure you are using the latest version of Convex.
|
||||
|
||||
```package-install
|
||||
npm install better-auth@1.4.9 --save-exact
|
||||
npm install @convex-dev/better-auth
|
||||
npm install better-auth @convex-dev/better-auth
|
||||
```
|
||||
|
||||
<Callout type="info">
|
||||
|
||||
Reference in New Issue
Block a user