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 ```