From 7f0f06bec9f5e05a9bd3316934802cb909cb104f Mon Sep 17 00:00:00 2001 From: alexcaussades Date: Wed, 31 Jul 2024 08:17:28 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06be2cf..8e398a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Biogaz Pers'o +# IVATRAC

Build Status @@ -33,13 +33,13 @@ Ce projet a pour but de gérer le suivit du biogaz des sites de production. :hot - [PHP](https://windows.php.net/download/) - [Composer](https://getcomposer.org/Composer-Setup.exe) -Vous voulez suivre les étapes d'[installation pas à pas](https://github.com/alexcaussades/Gestion_Biogaz/wiki/%5BTech%5D-Installation) +Vous voulez suivre les étapes d'[installation pas à pas](https://github.com/alexcaussades/Ivatrac/wiki/%5BTech%5D-Installation) # Installation Pour installer le projet, il suffit de suivre les étapes suivantes : ```bash -git clone https://github.com/alexcaussades/Gestion_Biogaz.git +git clone https://github.com/alexcaussades/ivatrac.git cd Gestion_biogaz composer install php -r "file_exists('.env') || copy('.env.example', '.env');"