Skip to content

Commit

Permalink
update example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 14, 2023
1 parent ab3b687 commit 0f9f2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp/stdio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Demonstrates how to log data to standard output with the Rerun SDK, and then vis
To build it from a checkout of the repository (requires a Rust toolchain):
```bash
just cpp-build-examples
echo 'hello from stdin!' | ./build/debug/examples/cpp/stdio/example_stdio | rerun
echo 'hello from stdin!' | ./build/debug/examples/cpp/stdio/example_stdio | rerun -
```

0 comments on commit 0f9f2a4

Please sign in to comment.