1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-21 13:21:59 +02:00

/path/to/public_html is more intuitive for the user than /var/www/html

Jean
2018-05-25 10:26:09 +02:00
parent 7fdc62e991
commit d3025aaca6

@@ -30,7 +30,7 @@ Installation
------------
Place the `/min/` directory as a child of your DOCUMENT_ROOT
directory: i.e. you will have: `/var/www/html/min`
directory: i.e. you will have: `/path/to/public_html/min`
You can see verify that it is working by visiting these two URLs:
- http://example.localhost/min/?f=min/quick-test.js
@@ -60,7 +60,7 @@ Unit Testing
------------
1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT
directory: i.e. you will have: /var/www/html/min_unit_tests
directory: i.e. you will have: /path/to/public_html/min_unit_tests
2. To run unit tests, access: http://example.localhost/min_unit_tests/test_all.php