You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,11 @@ This is a minimal CMake project that shows how to use [Rerun](https://github.com
15
15
## Installing the Rerun viewer
16
16
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.
17
17
18
-
#### Building from source
19
-
*[Install `cargo`](https://rustup.rs/)
20
-
*`cargo install rerun-cli`
21
-
22
-
#### Using `pip`
23
-
*`pip install rerun-sdk`
24
-
25
-
### Running the Rerun viewer
26
-
Just type `rerun` and the rerun viewer should show up. Then it is time to run this example!
18
+
If you need to install the viewer, follow the [installation guide](https://www.rerun.io/docs/getting-started/installing-viewer). Two of the more common ways to install the Rerun are:
19
+
* Via cargo: `cargo install rerun-cli`
20
+
* Via pip: `pip install rerun-sdk`
27
21
22
+
After you have installed it, you should be able to type `rerun` in your terminal to start the viewer.
0 commit comments