File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Choose your platform and follow the appropriate steps:
4444``` powershell
4545# Clone the repository
4646git clone https://github.com/HyperloopUPV-H8/software.git
47- cd h9-backend
47+ cd software
4848
4949# Allow script execution
5050Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
@@ -60,7 +60,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
6060``` cmd
6161REM Clone the repository
6262git clone https://github.com/HyperloopUPV-H8/software.git
63- cd h9-backend
63+ cd software
6464
6565REM Setup dependencies
6666scripts\dev.cmd setup
@@ -73,7 +73,7 @@ scripts\dev.cmd all
7373``` bash
7474# Clone the repository
7575git clone https://github.com/HyperloopUPV-H8/software.git
76- cd h9-backend
76+ cd software
7777
7878# Make scripts executable
7979chmod +x scripts/dev.sh
@@ -175,7 +175,7 @@ Located in: `backend/cmd/adj/boards/[BOARD_NAME]/`
175175
176176### For Contributors
1771771 . Read [ Contributing Guidelines] ( ../../CONTRIBUTING.md )
178- 2 . Explore existing [ GitHub Issues] ( https://github.com/HyperloopUPV-H8/h9-backend /issues )
178+ 2 . Explore existing [ GitHub Issues] ( https://github.com/HyperloopUPV-H8/software /issues )
1791793 . Join the development discussion
180180
181181## Troubleshooting
@@ -203,7 +203,7 @@ Located in: `backend/cmd/adj/boards/[BOARD_NAME]/`
203203### Getting Help
204204
205205- ** Documentation** : Check the [ troubleshooting guide] ( ../troubleshooting/common-issues.md )
206- - ** Issues** : Search and create [ GitHub Issues] ( https://github.com/HyperloopUPV-H8/h9-backend /issues )
206+ - ** Issues** : Search and create [ GitHub Issues] ( https://github.com/HyperloopUPV-H8/software /issues )
207207- ** Community** : Join the development discussion
208208
209209## Success Indicators
You can’t perform that action at this time.
0 commit comments