Skip to content

Commit

Permalink
Merge pull request #11 from rerun-io/jleibs/install_viewer_consistency
Browse files Browse the repository at this point in the history
Make the viewer install instructions match cpp_connect.md
  • Loading branch information
emilk authored Oct 30, 2023
2 parents db5023f + 1c90eee commit 98a3575
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 98a3575

Please sign in to comment.