You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/InstructionsForDevelopers.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can ignore the -b arg if you want to start working from the main branch.
30
30
31
31
2) Run the script with your desired config
32
32
```
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>
34
34
```
35
35
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.
36
36
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.
39
39
\
40
40
If you need more information about the options available for launching the script, you can use:
0 commit comments