Date: Sun, 19 Jan 2025 18:29:42 +0530
Subject: [PATCH 1/5] Update the amazing installation script
---
Installations.md | 37 ++++++++----------
documentation/Assets/Installation/0.png | Bin 54061 -> 231298 bytes
documentation/Assets/Installation/1.png | Bin 36629 -> 210749 bytes
documentation/Assets/Installation/2.png | Bin 37917 -> 195714 bytes
documentation/Assets/Installation/3.png | Bin 21867 -> 104232 bytes
documentation/Assets/Installation/4.png | Bin 36391 -> 190425 bytes
documentation/Assets/Installation/5.png | Bin 29668 -> 169495 bytes
documentation/Assets/Installation/6.png | Bin 57013 -> 198630 bytes
documentation/Assets/Installation/7.png | Bin 103938 -> 849082 bytes
documentation/Assets/Installation/8.png | Bin 58410 -> 630015 bytes
.../Assets/Installation/esp-idf.jpeg | Bin 85393 -> 46413 bytes
11 files changed, 16 insertions(+), 21 deletions(-)
diff --git a/Installations.md b/Installations.md
index 2afaa619..290684f7 100644
--- a/Installations.md
+++ b/Installations.md
@@ -7,7 +7,7 @@
# For Windows
The first step is to install the ESP-IDF v4.2.
-## Step 1:Download the installer from [here](https://dl.espressif.com/dl/esp-idf/?idf=4.4)
+## Step 1:Download the installer from [here](https://dl.espressif.com/dl/esp-idf/?idf=5.2)
Please download the **offline** version pointed by the
arrow
@@ -49,23 +49,26 @@ We recommend to keep the default installation path and click next.
-### Step 6: Once you click On Finish, this is what you should be getting.
+### Step 6: Once you click On Finish, this is what you should be getting.
-
+
- ### Step 7: Open ESP-IDF 4.2 CMD which should be on your desktop
+### Step 7: Open ESP-IDF 5.2 PowerShell which should be on your desktop
### Step 8: Cloning the Wall-E Git Repo
-To clone the Repo just execute the following command on ESP-IDF Command Prompt. We are making the project folder in Desktop
-```sh
-cd %userprofile%\Desktop
-git clone https://github.com/SRA-VJTI/Wall-E.git --recurse-submodules
+To clone the Repo just execute the following command on ESP-IDF Command Prompt. We are making the project folder in our home directory. Instead we can directly build in the desktop so we would just change the folder where we clone our paths to `%userprofile$\Desktop\` instead of `~/`.
+
+```powershell
+cd ~
+mkdir Projects
+cd Projects
+git clone https://github.com/SRA-VJTI/Wall-E --recursive --depth 1
cd Wall-E
```
@@ -74,7 +77,7 @@ cd Wall-E