Skip to content

Commit

Permalink
Make the viewer install instructions match cpp_connect.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 30, 2023
1 parent 4004761 commit 1c90eee
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ This is a minimal CMake project that shows how to use [Rerun](https://github.com
## Installing the Rerun viewer
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.

#### Building from source
* [Install `cargo`](https://rustup.rs/)
* `cargo install rerun-cli`

#### Using `pip`
* `pip install rerun-sdk`

### Running the Rerun viewer
Just type `rerun` and the rerun viewer should show up. Then it is time to run this example!
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:
* Via cargo: `cargo install rerun-cli`
* Via pip: `pip install rerun-sdk`

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

## Run this example

Expand Down

0 comments on commit 1c90eee

Please sign in to comment.