File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Choose your platform and follow the appropriate steps:
4343#### Windows (PowerShell - Recommended)
4444``` powershell
4545# Clone the repository
46- git clone https://github.com/HyperloopUPV-H8/h9-backend .git
46+ git clone https://github.com/HyperloopUPV-H8/software .git
4747cd h9-backend
4848
4949# Allow script execution
@@ -59,7 +59,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
5959#### Windows (Command Prompt)
6060``` cmd
6161REM Clone the repository
62- git clone https://github.com/HyperloopUPV-H8/h9-backend .git
62+ git clone https://github.com/HyperloopUPV-H8/software .git
6363cd h9-backend
6464
6565REM Setup dependencies
@@ -72,7 +72,7 @@ scripts\dev.cmd all
7272#### macOS/Linux
7373``` bash
7474# Clone the repository
75- git clone https://github.com/HyperloopUPV-H8/h9-backend .git
75+ git clone https://github.com/HyperloopUPV-H8/software .git
7676cd h9-backend
7777
7878# Make scripts executable
You can’t perform that action at this time.
0 commit comments