Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Jensen committed Aug 7, 2023
1 parent 0db75a1 commit 322d252
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ To maintain the same presets for all projects the config files for [tighten/dust
You can install the package via composer:

```bash
composer require inly/duster-presets
composer require inly/duster-presets --dev
```

Install duster if not already done:
```bash
composer require tightenco/duster --dev
```

You can publish and update the config files with:
Expand All @@ -24,7 +29,7 @@ You can publish and update the config files with:
php artisan vendor:publish --tag=laravel-assets --ansi --force
```

Add this to your `composer.json`:
Add this to your scrips in `composer.json`:
```json
"lint": "./vendor/bin/duster lint",
"fix": "./vendor/bin/duster fix"
Expand Down

0 comments on commit 322d252

Please sign in to comment.