Skip to content

Commit 3d9138b

Browse files
authored
Update getting-started.md
1 parent 3e64d94 commit 3d9138b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4747
cd h9-backend
4848
4949
# Allow script execution
@@ -59,7 +59,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
5959
#### Windows (Command Prompt)
6060
```cmd
6161
REM Clone the repository
62-
git clone https://github.com/HyperloopUPV-H8/h9-backend.git
62+
git clone https://github.com/HyperloopUPV-H8/software.git
6363
cd h9-backend
6464
6565
REM 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
7676
cd h9-backend
7777

7878
# Make scripts executable

0 commit comments

Comments
 (0)