diff --git a/README.md b/README.md index 2e7443b..e321eba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Simple MVC +## For Windows Users + +:heavy_exclamation_mark: To do BEFORE CLONING REPOSITORY :heavy_exclamation_mark: : + +If you develop on Windows, edit your git configuration to change your end of line rules with this command : + +`git config --global core.autocrlf true` + +Then clone this Repository safely :white_check_mark: + ## Description This repository is a simple PHP MVC structure from scratch. @@ -25,12 +35,6 @@ define('APP_DB_PASSWORD', 'your_db_password'); 6. Go to `localhost:8000` with your favorite browser. 7. From this starter kit, create your own web application. -### Windows Users - -If you develop on Windows, you should edit you git configuration to change your end of line rules with this command : - -`git config --global core.autocrlf true` - ## Example An example (a basic list of items) is provided (you can load the _simple-mvc.sql_ file in a test database). The accessible URLs are :