From a76869d491c568ba8b164261e3113ccff28befe2 Mon Sep 17 00:00:00 2001 From: Benja-san Date: Fri, 26 Jan 2024 14:27:57 +0100 Subject: [PATCH] put explanation on top of readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4699787..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,16 +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 - -: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: - ## 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 :