Skip to content

Commit 1c90eee

Browse files
committed
Make the viewer install instructions match cpp_connect.md
1 parent 4004761 commit 1c90eee

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,11 @@ This is a minimal CMake project that shows how to use [Rerun](https://github.com
1515
## Installing the Rerun viewer
1616
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.
1717

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`
2721

22+
After you have installed it, you should be able to type `rerun` in your terminal to start the viewer.
2823

2924
## Run this example
3025

0 commit comments

Comments
 (0)