From 52eb7121c5dda8b2f18bde7cb7b6ff854a62fc00 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 28 Apr 2020 17:49:17 -0400 Subject: [PATCH] docs: mention updating rust for manual build --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52dd9695..003563bc 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,12 @@ Note that binaries are built on the stable version of Rust, and I mainly test an ### Manual -There are a few ways to go about doing this. For example: +There are a few ways to go about doing this (note you will need the current version of stable Rust). For example: ```bash +# Update Rust on the stable channel +rustup update stable + # Clone and install the newest master version all via Cargo cargo install --git https://github.com/ClementTsang/bottom