Improve contributing instructions
This commit is contained in:
parent
cb0637d524
commit
37b6bf188c
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -23,16 +23,20 @@ Use at your own risk.
|
||||||
Install dependencies
|
Install dependencies
|
||||||
|
|
||||||
### Composer
|
### Composer
|
||||||
- `composer install`
|
Use one of the following commands.
|
||||||
- `composer install --dev`
|
|
||||||
- `composer install --no-dev`
|
| Command | Description |
|
||||||
|
| --------------------------- | ----------------------------------- |
|
||||||
|
| `composer install` | Install all dependencies. |
|
||||||
|
| `composer install --no-dev` | Install only required dependencies. |
|
||||||
|
|
||||||
### NPM
|
### NPM
|
||||||
Use one of the following commands.
|
Use one of the following commands.
|
||||||
|
|
||||||
- `npm install`
|
| Command | Description |
|
||||||
- `npm install --only=development`
|
| --------------------------------------------- | ----------------------------------- |
|
||||||
- `npm install --only=production --no-optional`
|
| `npm install` | Install all dependencies. |
|
||||||
|
| `npm install --only=production --no-optional` | Install only required dependencies. |
|
||||||
|
|
||||||
### Theme changes
|
### Theme changes
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue