From 87279d2ce5567a6ba6044f7ec879b482a610ab5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Tue, 16 Sep 2025 21:43:22 +0200 Subject: [PATCH] Update Readme --- Readme.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index f8cbd25..35532f0 100644 --- a/Readme.md +++ b/Readme.md @@ -9,16 +9,11 @@ If you are on **Windows**, open **Command Prompt (CMD)**: 1. Press **Win + R**, type `cmd`, and press **Enter**. -2. Navigate to the folder where you want to store the project (optional): + +2. Clone the repo: ```bash -cd C:\Users\YourUsername\Downloads -``` - -3. Clone the repo: - -```bash -git clone https://git.kopic.hr/tomislav/SmartCube_ESPHome +git clone https://git.kopic.hr/tomislav/SmartCube_ESPHome.git cd SmartCube_ESPHome ```