Skip to content

Commit

Permalink
README.md: fix build instructions wrt. toolchain to use
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jan 11, 2021
1 parent caf81dd commit 6715360
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -71,11 +71,13 @@ Example:
$ zenohd --version
The zenoh router v0.5.0-beta.5-134-g81e85d7 built with rustc 1.51.0-nightly (2987785df 2020-12-28)
```
Here, `zenohd` has been built with the Rust toolchain version **nightly-2020-12-28**.
Here, `zenohd` has been built with the rustc version `1.51.0-nightly` built on 2020-12-28.
A nightly build of rustc is included in the **Rustup** nightly toolchain the day after.
Thus you'll need to install to toolchain **`nightly-2020-12-29`**
Install and use this toolchain with the following command:

```bash
$ rustup default nightly-2020-12-28
$ rustup default nightly-2020-12-29
```

And then build the backend with:
Expand Down

0 comments on commit 6715360

Please sign in to comment.