Update readme as nightly is not needed anymore

Due to the update to `rocket v0.5` nightly is not needed anymore.
This commit is contained in:
finga 2021-11-06 12:21:12 +01:00
parent 02dc225fa8
commit b7cb27ed22

View file

@ -9,11 +9,6 @@ actions.
### Install Rust
Install the Rust toolchain from [rustup.rs](https://rustup.rs).
Further, for Rocket we need to have the nightly toolchain installed:
``` sh
rustup toolchain install nightly
```
### Build Webhookey
The Webhookey project can be built for development:
``` sh