Skip to content

Commit 6d3d571

Browse files
authored
Corrected command in build_from_source.md
Fixed an incorrect folder name (Scenes -> scenes) in the Run Executable section of build_from_source.md. The command line example was referencing the wrong directory.
1 parent cceeb6b commit 6d3d571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build_from_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Now run Configure and select the correct Visual Studio version. Ensure that you
109109
Execute any demo in the folder "bin" to start the simulator. Alternatively, you can start the simulation by loading a json scene file in the command line:
110110

111111
```
112-
./SceneLoaderDemo ../data/Scenes/CarScene.json
112+
./SceneLoaderDemo ../data/scenes/CarScene.json
113113
```
114114

115115
The command loads the selected scene. To start the simulation disable the pause mode by clicking the checkbox or pressing [Space]. More hotkeys are listed [here](getting_started.md).

0 commit comments

Comments
 (0)