diff --git a/README.md b/README.md
index c26b345..8f2d1c8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,33 @@
# WeatherStation
-This repo will be used for our BTS project which consist of creating a weather station.
+This repo will be used for our BTS project which consist of creating a weather station.
+For this project used a raspberry pi 3B and a TZ-BT04 wich is a basic bluetooth HR/Temp sensor.
-# How does it work
-
\ No newline at end of file
+## How does it work
+
+
+## How to use
+
+Clone the repo with this command :
+```git clone https://github.com/jeanGaston/WeatherStation.git```
+
+Then go into the repo folder :
+```cd WeatherStation```
+
+Make the Install script executable using this command :
+```chmod +x Install.sh```
+
+Then execute it with sudo :
+```sudo ./Install.sh ```
+
+Access the web interface in your browser at `http://localhost:5000`.
+
+## Usage
+- Navigate to `http://localhost:5000` to view sensor data and configure system settings.
+- Check the logs for any errors or alerts.
+
+## Contributing
+Contributions are welcome! If you have any suggestions or improvements, please submit a pull request.
+
+## License
+This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
\ No newline at end of file