mirror of
https://github.com/mrclay/minify.git
synced 2025-08-14 01:54:11 +02:00
Update README.md
typical installation does not require dev deps
This commit is contained in:
@@ -30,7 +30,7 @@ Installation requires PHP 5.3+, SSH access, and access to tools like `git` and `
|
|||||||
cd /path/to/public_html
|
cd /path/to/public_html
|
||||||
git clone https://github.com/mrclay/minify.git min
|
git clone https://github.com/mrclay/minify.git min
|
||||||
cd min
|
cd min
|
||||||
composer install
|
composer install --no-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
What this does:
|
What this does:
|
||||||
@@ -68,8 +68,8 @@ Support
|
|||||||
Unit Testing
|
Unit Testing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
1. Install via Composer
|
1. Install dev deps via Composer: `composer install`
|
||||||
1. `composer run test`
|
1. `composer test` or `phpunit`
|
||||||
|
|
||||||
Warnings
|
Warnings
|
||||||
--------
|
--------
|
||||||
|
Reference in New Issue
Block a user