diff --git a/README.md b/README.md
index 971b75585554652a8938b5d54ced63663a3c17cb..b0f80175d75af19fba8972f7e7f23f3efd0403b0 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,48 @@
-# Template repository for React (TypeScript) with Tailwind
+Projet ERP RMS ![ico](./public/favicon.ico)
+==============
 
 [![Build Status](https://drone.princelle.org/api/badges/erp-sil/rms/status.svg?ref=refs/heads/main)](https://drone.princelle.org/erp-sil/rms)
 
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+Ce projet est une interface, mise a disposition de l'administration du [AIUS](https://fr-fr.facebook.com/aius.strasbourg/). Elle materialise une caisse enregistreuse dématerialisée permetant la gestion des achat et du stock. 
 
-Tailwind was installed with the method provided in the [documentation on the official website](https://tailwindcss.com/docs/guides/create-react-app).
+### Table des matières
+1. [Installation du module](#module-installation)
+2. [Dépendences](#dependencies)
+6. [Configuration](#configuration)
+7. [Fonctionnalité](#module-operating)
 
-## Available Scripts
+### Installation du module <a name="module-installation"></a>
+
+Dans le dossier \RMS, vous pouvez lancer la commande :
+#### `yarn install`
+
+
+### Dépendences <a name="dependencies"></a>
+
+This project was bootstrapped with Create React App.
+
+Tailwind was installed with the method provided in the documentation on the official website.
+
+### Confirguration <a name="configuration"></a>
+
+Rajoutez un fichier `.env` à la racine du dossier \RMS, suivant ce model:
+
+```
+REACT_APP_BACK_URL=""
+REACT_APP_MONEY_URL=""
+REACT_APP_STUDENT_URL=""
+REACT_APP_BACK_API_KEY=""
+APP_PORT=
+```
+
+### Fonctionnalité <a name="module-operating"></a>
+
+
+#### Available Scripts
 
 In the project directory, you can run:
 
-### `yarn start`
+#### `yarn start`
 
 Runs the app in the development mode.\
 Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
@@ -18,12 +50,12 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
 The page will reload if you make edits.\
 You will also see any lint errors in the console.
 
-### `yarn test`
+#### `yarn test`
 
 Launches the test runner in the interactive watch mode.\
 See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
 
-### `yarn build`
+#### `yarn build`
 
 Builds the app for production to the `build` folder.\
 It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -33,7 +65,7 @@ Your app is ready to be deployed!
 
 See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
 
-### `yarn eject`
+#### `yarn eject`
 
 **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
 
@@ -42,9 +74,3 @@ If you aren’t satisfied with the build tool and configuration choices, you can
 Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
 
 You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
-
-## Learn More
-
-You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
-
-To learn React, check out the [React documentation](https://reactjs.org/).