Skip to content

Commit

Permalink
Merge pull request #188 from aroraomansh/master
Browse files Browse the repository at this point in the history
Corrected command in build_from_source.md
  • Loading branch information
janbender authored Jul 10, 2024
2 parents cceeb6b + 6d3d571 commit afa26c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Now run Configure and select the correct Visual Studio version. Ensure that you
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:

```
./SceneLoaderDemo ../data/Scenes/CarScene.json
./SceneLoaderDemo ../data/scenes/CarScene.json
```

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).
Expand Down

0 comments on commit afa26c1

Please sign in to comment.