Skip to content

Commit cb58c1c

Browse files
authored
Merge pull request #3098 from JdeRobot/remove-sh-from-dev-scripts
Update InstructionsForDevelopers.md
2 parents dbe584e + 459bc1b commit cb58c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/InstructionsForDevelopers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can ignore the -b arg if you want to start working from the main branch.
3030

3131
2) Run the script with your desired config
3232
```
33-
sh scripts/develop_academy.sh -r <link to the RAM repo/fork> -b <branch of the RAM repo> -i <humble>
33+
./scripts/develop_academy.sh -r <link to the RAM repo/fork> -b <branch of the RAM repo> -i <humble>
3434
```
3535
If you don't provide any arguments, it will prepare a humble environment with the current stable branch of RAM. You may start working from that and then create the branch you need.
3636
You may access RA frontend at [http://127.0.0.1:7164/exercises/](http://127.0.0.1:7164/exercises/)
@@ -39,7 +39,7 @@ You may access RA frontend at [http://127.0.0.1:7164/exercises/](http://127.0.0.
3939
\
4040
If you need more information about the options available for launching the script, you can use:
4141
```
42-
sh scripts/develop_academy.sh -h
42+
./scripts/develop_academy.sh -h
4343
```
4444
Which will display a help message.
4545

0 commit comments

Comments
 (0)