1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 13:18:13 +01:00

Checkout branch during install

This commit is contained in:
Steve Clay 2017-04-03 17:40:58 -04:00 committed by GitHub
parent 4626f6c1e0
commit dfb97a5c85

View File

@ -10,6 +10,7 @@ Clone the project into the `min/` directory inside your document root and instal
cd /path/to/public_html
git clone https://github.com/mrclay/minify.git min
cd min
git checkout 3.x
composer install --no-dev
```