Skip to content

Commit

Permalink
Update docs/code-examples/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Leibs <[email protected]>
  • Loading branch information
teh-cmc and jleibs authored Sep 6, 2023
1 parent 695479f commit b1ccb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Most of these examples are automatically used as docstrings for the `Archetype`
You can run each example individually using the following:

- **Python**: `python <example_name>.py`, e.g. `python point3d_random.py`.
- **Rust**: `cargo r -p code_examples --bin <example_name`, e.g.
- **Rust**: `cargo r -p code_examples --bin <example_name>`, e.g.
`cargo r -p code_examples --bin point3d_random`.
- **C++**:
- `./docs/code-examples/build_all.sh` to compile all examples
Expand Down

0 comments on commit b1ccb69

Please sign in to comment.