Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Aug 30, 2024
1 parent ccfc8d2 commit 9b6c025
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ The `nuxt-sanctum-authentication` module provides a simple and efficient way to

# **Installation**

### **Minimum Requirements**

Before getting started, ensure that your project meets the following minimum requirements:

* **Nuxt Version:** ^3.9.0


### **Installing the Nuxt Module**

To install the `nuxt-sanctum-authentication` module and automatically register it in your `nuxt.config.ts`, run the following command:
Expand All @@ -85,13 +78,13 @@ If you prefer a manual approach, you can install the `nuxt-sanctum-authenticatio

```bash
# Using pnpm
pnpm add -D @qirolab/nuxt-sanctum-authentication
pnpm add @qirolab/nuxt-sanctum-authentication

# Using yarn
yarn add --dev @qirolab/nuxt-sanctum-authentication
yarn add @qirolab/nuxt-sanctum-authentication

# Using npm
npm i --save-dev @qirolab/nuxt-sanctum-authentication
npm i @qirolab/nuxt-sanctum-authentication
```

After installing the module, you need to register it manually in your `nuxt.config.ts` file. Add the module to the `modules` array like this:
Expand Down

0 comments on commit 9b6c025

Please sign in to comment.