From c051a650a20923d7459621fb5809736dab99218a Mon Sep 17 00:00:00 2001
From: Sayeth <sayeth.rd@gmail.com>
Date: Wed, 5 Mar 2025 12:55:08 -0600
Subject: [PATCH] git clone url update

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ab71687..da7ffee 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,13 @@ Sensors used in this system are: GC-0017 (Cabron dioxide), CM-31910 (Carbon mono
 To get this repositore you just need to clone it into your Beaglebone Black
 
 ```
-git clone https://gitlab.com/sayeth.rd/daq-serial-bbb/
+git clone https://gitea.itmorelia.com/Gas-Sensors/daq-bbb-code
 ```
 
 ### Utilization
 
 Configure UART1, UART2 and UART4 ports with this command
+
 ```
 config-uart-pins.sh
 ```
@@ -26,6 +27,7 @@ Then you can run the program wih this comand*:
 ```
 ./daq <daq duration(h)> <sampling period(s)>
 ```
+
 *replace **<daq duration(h)>** with the total data acquisition time (in hours), and **<sampling period(s)>** with the time between each measurements acquisition (in seconds).
 
-If you need to recompile the progam you can use **gcc** program from the terminal.
\ No newline at end of file
+If you need to recompile the progam you can use **gcc** program from the terminal.