From de202e25b95f4488142fa52abf88be8561b80094 Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Fri, 3 Nov 2023 16:36:21 +0100 Subject: [PATCH] Updated README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 03807eb..ae087a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # vriscv - a risc-v simulator +Linux and the BBL bootloader can be downloaded, built, and ran on the simulator using: +``` +make run +``` + ## Unit tests Unit tests can be compiled and run using :