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 567596d commit 274b1c5
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 @@ -28,8 +28,12 @@ This repository provides a C binding based on the main [Zenoh implementation wri
1. Make sure that [Rust](https://www.rust-lang.org) is available on your platform.
Please check [here](https://www.rust-lang.org/tools/install) to learn how to install it.
If you already have the Rust toolchain installed, make sure it is up-to-date with:
```bash
$ rustup update
```

2. Clone the [source] with `git`:
3. Clone the [source] with `git`:

```bash
git clone https://github.com/eclipse-zenoh/zenoh-c.git
Expand Down

0 comments on commit 274b1c5

Please sign in to comment.