From 332f4bc839797b25619ee24fc53ef767010d1d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 8 Jun 2017 20:38:11 +0300 Subject: [PATCH] cleanup 3.x branch leftover --- docs/Install.wiki.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Install.wiki.md b/docs/Install.wiki.md index ce297aa..8d4df6a 100644 --- a/docs/Install.wiki.md +++ b/docs/Install.wiki.md @@ -10,7 +10,6 @@ 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 ``` @@ -42,7 +41,7 @@ Edit `min/index.php` to remove the ``die()`` statement and adjust the `vendor` p ## Verifing it works You can verify it works via these two URLs: - + * http://example.org/min/?f=min/quick-test.js * http://example.org/min/?f=min/quick-test.css