From 6772757889b431d98ad66545a6b61e25d0194608 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 27 Jan 2016 19:45:51 +0100 Subject: [PATCH] readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 5dcf8cc..4111ced 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,24 @@ Réalisez un flux RSS présentant les 10 derniers projets mis en ligne. Vous réalisez également un flux Atom. Vous devrez concevoir et réaliser des fonctions php. + +Petit plus +---------- + +Les étudiants qui me proposeront une correction via des `pull-request` +auront 1 point supplémentaire sur la note finale. Les intéressés devront +créer un compte sur [Gitlab](https://gitlab.deblan.org). Je les ajouterai +au dépôt et vous me transmettrez votre travail dans une branche portant +votre nom : `nom-prenom`. + +#### Installation du projet + +``` +$ git clone git@gitlab.deblan.org:deblan/lpwd-php-portfolio.git +$ git branch nom-prenom # à modifier +$ git checkout nom-prenom +$ ... modifications ... +$ git commit add +$ git commit -m "Explications des modifications" +$ git push -u origin nom-prenom +```