Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 3, 2024
1 parent f4b6e9c commit f879a0e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@ Official Nuxt module for TresJS. Build 3D scenes as they were Vue components.
1. Add `@tresjs/nuxt` dependency to your project

```bash
# Using pnpm
pnpm add @tresjs/nuxt

# Using yarn
yarn add @tresjs/nuxt

# Using npm
npm install @tresjs/nuxt
npx nuxi@latest module add tresjs
```

2. Add `@tresjs/nuxt` to the `modules` section of `nuxt.config.ts`
Expand Down

0 comments on commit f879a0e

Please sign in to comment.