Skip to content

Commit b6d3ff4

Browse files
committed
Add install instructions
1 parent 5b188d5 commit b6d3ff4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@
1212
1313
## 🔥 Getting started
1414
Since [mix](https://laravel.com/docs/5.4/mix) introduced in laravel 5.4 it is recommended to use this package for laravel >= 5.4 projects only.
15-
15+
16+
Install package:
17+
18+
```bash
19+
# NPM
20+
npm install --save-dev laravel-multimix
21+
22+
# YARN
23+
yarn add --dev laravel-multimix
24+
```
25+
1626
Open your `package.json` and replace ugly scrips section with this:
1727

1828
```json

0 commit comments

Comments
 (0)