summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index ff7ce8f..4dc7c75 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,6 @@ I thought this was such a good idea, I turned it into a web bot.
Want to work on this code, or run it yourself? Install the following:
* [An installed copy of the Rust toolchain](https://rustup.rs).
-* The `nightly` toolchain:
-
- ```bash
- rustup toolchain add nightly
- rustup override set nightly
- ```
Building, testing, &c follow Rust norms: use
[Cargo](https://doc.rust-lang.org/cargo/guide/working-on-an-existing-project.html)