Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 3, 2024
1 parent 1995384 commit 05d4948
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 @@ -23,14 +23,7 @@ Simple and easy to use translation manager for `nuxt` and `nuxt-i18n` that allow
1. Add `nuxt-translation-manager` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt-translation-manager

# Using yarn
yarn add --dev nuxt-translation-manager

# Using npm
npm install --save-dev nuxt-translation-manager
npx nuxi@latest module add translation-manager
```

2. Add `nuxt-translation-manager` to the `modules` section of `nuxt.config.ts`
Expand Down

0 comments on commit 05d4948

Please sign in to comment.