Skip to content

Commit

Permalink
Adds the missing install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 6, 2024
1 parent 56f7881 commit 673bf98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ You can install the package via composer:
composer require tonysm/tailwindcss-laravel
```

Next, you may run the install command:

```bash
php artisan tailwindcss:install
```

Optionally, you can publish the config file with:

```bash
Expand Down

0 comments on commit 673bf98

Please sign in to comment.