From dfb97a5c85b558d999f442149eea40193e327a5a Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Mon, 3 Apr 2017 17:40:58 -0400 Subject: [PATCH] Checkout branch during install --- docs/Install.wiki.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Install.wiki.md b/docs/Install.wiki.md index e10c839..4769903 100644 --- a/docs/Install.wiki.md +++ b/docs/Install.wiki.md @@ -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 ```