Skip to content

Commit

Permalink
Merge pull request #376 from danielroe/module-installation
Browse files Browse the repository at this point in the history
docs: use new `nuxi module add` command in installation
  • Loading branch information
Hrdtr authored Apr 5, 2024
2 parents 2cf8ea8 + b0be6c4 commit 5f519c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Appwrite is a self-hosted solution that provides developers with a set of easy-t
First, add `nuxt-appwrite` dependency to your project

```bash
yarn add nuxt-appwrite # or npm install nuxt-appwrite
npx nuxi@latest module add appwrite
```

Next, add `nuxt-appwrite` to the `modules` section of `nuxt.config`
Expand Down

0 comments on commit 5f519c3

Please sign in to comment.