From 549bdc50785a7f03cf0c868a54ab8135e25b1f91 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 15 Apr 2022 17:01:45 -0700 Subject: Easier instructions for MacOS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b65d28..de1e4ed 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ ### Building on MacOS - Clone the repository - - From the root of the directory, i.e. in `Jobbed`, execute `make -f Mac.mk init` to install the toolchain - - Then execute `make -f Mac.mk` to build the Raspberry Pi Image + - From the root of the directory, i.e. in `Jobbed`, execute `make -f Mac.mk init default` to install the toolchain and build the image + - Further builds can be achieved by executing `make -f Mac.mk` - The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition ### Building (Google Colab) -- cgit v1.2.1