We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb65105 commit d71d4d5Copy full SHA for d71d4d5
README.md
@@ -22,12 +22,12 @@ Just type `rerun` and the rerun viewer should show up. Then it is time to run th
22
The easiest way to get started is to install [pixi](https://prefix.dev/docs/pixi/overview).
23
24
* Start the rerun viewer with `rerun` (see above)
25
-* Run the example with `rerun run run`
+* Run the example with `pixi run run`
26
27
28
### Manually
29
First install the required dependencies:
30
-* `arrow-cpp`` (required by Rerun)
+* `arrow-cpp` (required by Rerun)
31
* `eigen` and `opencv` (required by this example)
32
* `cmake` and `ninja` (build tools)
33
0 commit comments