Skip to content

Commit 100f3f4

Browse files
committed
Placate GitHub's markdown renderer
GitHub parses markdown differently than kramdown (used by Jekyll on GitHub Pages) does. This change ensures that this block looks similar on GitHub as it does in the docs.
1 parent 103dd70 commit 100f3f4

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

simulator/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,17 @@ local development you will need to install these yourself.
3737
1. Create a directory, perhaps called `simulation` where you will store your robot code.
3838
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.4/competition-simulator-sr2023.4.zip), the latest version is sr2023.4, released on 2023-02-15.
3939
3. Unzip the simulation as a subdirectory of the directory you created in the first step:
40-
```
41-
simulation
42-
├── competition-simulator-<version>
43-
│ ├── ...
44-
│ └─ worlds
45-
│ └── Arena.wbt
46-
└── robot.py
47-
```
48-
If there is not an existing `robot.py` an example one will be created when the simulator first runs.
49-
3. Using the Webots IDE, open the `worlds/Arena.wbt` file.
40+
```
41+
simulation
42+
├── competition-simulator-<version>
43+
│ ├── ...
44+
│ └─ worlds
45+
│ └── Arena.wbt
46+
└── robot.py
47+
```
48+
If there is not an existing `robot.py` an example one will be created when the simulator first runs.
49+
50+
4. Using the Webots IDE, open the `worlds/Arena.wbt` file.
5051
5152
You may receive a warning about your computer's GPU not being good enough, which can be ignored.
5253

0 commit comments

Comments
 (0)