diff --git a/User-Guide.md b/User-Guide.md index d413e9b..99b8ec1 100644 --- a/User-Guide.md +++ b/User-Guide.md @@ -4,7 +4,7 @@ If this page doesn't help, please post a question on our [Google group](http://g 1. Clone the [minify git repository](https://github.com/mrclay/minify). 1. The distribution contains a folder "min". Copy this into your DOCUMENT\_ROOT so it is a **direct child** of DOCUMENT\_ROOT (e.g. `http://example.com/min/`). Document roots are usually named `htdocs`, `public_html`, or `www`. - 1. Test it can serve content: http://example.com/min/?f=min/quick-test.js and http://example.com/min/?f=min/quick-test.css + 1. Test if it can serve content by visiting this URL: http://example.localhost/min/?f=min/quick-test.js and http://example.localhost/min/?f=min/quick-test.css 1. If you want to use the BuilderApp, you must enable it in `min/config.php`. Note: The BuilderApp will not function properly in subdirectories, but it's not necessary for Minify's functionality.