From 183b17194e611d7fc7a6987c27c1ea757b17ed2b Mon Sep 17 00:00:00 2001 From: modeco80 Date: Sat, 22 Jun 2024 21:46:37 -0400 Subject: [PATCH] chore(README): cargo is usually a default part of a complete Rust toolchain so just specify "A Rust toolchain" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e889fee..aa29238 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The CollabVM server requires the following to be installed on your server: 1. Node.js (obviously) 2. QEMU (Unless you just want to use a VNC Connection as your VM) -3. Rust and Cargo +3. A Rust toolchain (e.g: [rustup](https://rustup.rs)) 4. NASM assembler ### Installing dependencies on Arch