Skip to content

Commit afa26c1

Browse files
authored
Merge pull request #188 from aroraomansh/master
Corrected command in build_from_source.md
2 parents cceeb6b + 6d3d571 commit afa26c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/build_from_source.md

+1-1
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)