chore(README): cargo is usually a default part of a complete Rust toolchain so just specify "A Rust toolchain"

This commit is contained in:
modeco80
2024-06-22 21:46:37 -04:00
parent 5a67deb59b
commit 183b17194e

View File

@@ -14,7 +14,7 @@ The CollabVM server requires the following to be installed on your server:
1. Node.js (obviously) 1. Node.js (obviously)
2. QEMU (Unless you just want to use a VNC Connection as your VM) 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 4. NASM assembler
### Installing dependencies on Arch ### Installing dependencies on Arch