Skip to content

Commit

Permalink
docs(readme): use new nuxi module add command in installation (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 13, 2024
1 parent 18719f4 commit e5a103d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ Edit your websites made with [Nuxt Content](https://content.nuxt.com/), in produ
Install the dependency to your project:

```bash
# NPM
npm install --save-dev @nuxthq/studio
# Yarn
yarn add --dev @nuxthq/studio
# pnpm
pnpm add --save-dev @nuxthq/studio
npx nuxi@latest module add studio
```

Then, register the module in your `nuxt.config.ts`:
Expand Down Expand Up @@ -57,7 +52,7 @@ STUDIO_API=http://localhost:{PORT}
You can install the latest nightly build of the Studio module by running:

```bash
npm i @nuxthq/studio@nightly
npx nuxi@latest module add studio
```

### Development
Expand Down

0 comments on commit e5a103d

Please sign in to comment.