From bdf0d19506f664c734a828fac17bf5a094c2a7fa Mon Sep 17 00:00:00 2001
From: Zhentao-Lin <173039613@qq.com>
Date: Thu, 5 Dec 2024 17:08:51 +0800
Subject: [PATCH] Update README.md
---
README.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 50 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index a468566f..ff433544 100644
--- a/README.md
+++ b/README.md
@@ -13,16 +13,59 @@
> A 4WD smart car kit for Raspberry Pi.
-
-
-
+
+
+
+
### Connection Board Version
-| PCB Version | PCB Picture |
-|-|-|
-| V1.0 | |
-| V2.0 | |
+## Freenove 4WD Smart Car Kit for Raspberry Pi
+
+### Please select the corresponding code file according to your Raspberry PI
+
+* **Raspberry PI 3 or 4**:
+ Use the code in the `Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Server` folder.
+
+* **Raspberry PI 5**:
+ Use the code in the `Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Server-pi5` folder.
+
+> A 4WD smart car kit for Raspberry Pi.
+
+
+
+
+
+
+### Connection Board Version
+
+
+
+ PCB Version |
+ PCB Picture |
+
+
+ V1.0 |
+
+
+ |
+
+
+ V2.0 |
+
+
+ |
+
+
+
+### Download
+
+* **Use command in console**
+
+ Run following command to download all the files in this repository.
+
+ ```bash
+ git clone https://github.com/Freenove/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi.git
### Download