summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-17 19:20:16 -0400
committerGitHub <noreply@github.com>2020-06-17 19:20:16 -0400
commit5257b85551459098b8e74cb14e6294a4f1a4226e (patch)
treef1e9b5ad7d543a72a54cae4fb67a1805db08402e /README.md
parentfcee86871b41ebaba772539181611da16de49147 (diff)
parentf43bcb502435ccd99e163671204371dd8b62024f (diff)
Merge pull request #5 from ojacobson/missing-rustfmt-deps
Add missing dependencies for rustfmt Travis pass.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cfdd2f2..9cffd6d 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,12 @@ 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)