From 1caa27154bae42941a04e0a625c153459551485c Mon Sep 17 00:00:00 2001 From: Nick Spinale Date: Thu, 28 Dec 2023 05:44:29 -0500 Subject: [PATCH] Mention rustup in README.md Signed-off-by: Nick Spinale --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 038372a0a..d590251ec 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,10 @@ the crates which use them: ### Quick start for running the tests in this repository The only requirements for building and running the tests in this repository are -Linux, Make, and [Nix](https://nix.dev/). This repository contains scripts for -setting up a Docker container with a suitable development environment in case -you aren't on Linux or don't want to install Nix. +Linux, Make, [rustup](https://rustup.rs/), and [Nix](https://nix.dev/). This +repository contains scripts for setting up a Docker container with a suitable +development environment in case you aren't on Linux or don't want to install +Nix. First, clone this repository: