From 673bf9880faa1a422197fcebdecc0184c78d5929 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Tue, 5 Mar 2024 22:42:44 -0300 Subject: [PATCH] Adds the missing install command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f352db9..40484a6 100644 --- a/README.md +++ b/README.md @@ -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