Skip to content

Commit 570af8a

Browse files
update installation instructions
1 parent 84746e1 commit 570af8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.co
44

55
### Installing
66
```bash
7-
$ npm install
7+
composer require dyrynda/laravel-preset-tailwind
88
```
99

1010
### Setting up the new preset
1111
```bash
12-
$ php artisan preset tailwind
12+
php artisan preset tailwind
1313
```
1414

1515
### Auth scaffolding
1616
```bash
17-
$ php artisan preset tailwind-auth
17+
php artisan preset tailwind-auth
1818
```
1919

2020
### Compiling assets
2121
```bash
22-
$ npm run dev
22+
npm install && npm run dev
2323
```
2424

2525
Enjoy!

0 commit comments

Comments
 (0)