Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add rustup update reminder
  • Loading branch information
Mallets authored Aug 10, 2023
1 parent 7a160b8 commit 72391ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@ In such case, you have 2 solutions:
built with the exact same Rust version than `zenohd`, and using for `zenoh` dependency the same version (or commit number) than 'zenohd'.
Otherwise, incompatibilities in memory mapping of shared types between `zenohd` and the library can lead to a `"SIGSEV"` crash.

At first, install [Cargo and Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html).
At first, install [Cargo and Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html). If you already have the Rust toolchain installed, make sure it is up-to-date with:

```bash
$ rustup update
```

To know the Rust version you're `zenohd` has been built with, use the `--version` option.
Example:
Expand Down

0 comments on commit 72391ab

Please sign in to comment.