Skip to content

Commit 673bf98

Browse files
committed
Adds the missing install command
1 parent 56f7881 commit 673bf98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ You can install the package via composer:
2828
composer require tonysm/tailwindcss-laravel
2929
```
3030

31+
Next, you may run the install command:
32+
33+
```bash
34+
php artisan tailwindcss:install
35+
```
36+
3137
Optionally, you can publish the config file with:
3238

3339
```bash

0 commit comments

Comments
 (0)