From 1760017e6f4348ace22c31240ef89036810e8ad6 Mon Sep 17 00:00:00 2001 From: Om Anand Date: Wed, 4 Sep 2024 00:03:41 +0530 Subject: [PATCH] Update readme.md --- mini_os/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini_os/readme.md b/mini_os/readme.md index 3865e56..0ab9d59 100644 --- a/mini_os/readme.md +++ b/mini_os/readme.md @@ -4,8 +4,8 @@ ### Install "bootimage" tool -> cargo install bootimage -### Install other tools like llvm-preview-tools --> cargo install llvm-tools-preview +### Add other tools like llvm-tools +-> rustup component add llvm-tools ### Ensure qemu is installed -> for MacOS: brew install qemu [for other linux distributions, use corresponding package managers]