aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-15 17:01:45 -0700
committerChristian Cunningham <cc@localhost>2022-04-15 17:01:45 -0700
commit549bdc50785a7f03cf0c868a54ab8135e25b1f91 (patch)
treeb34b2eb419678309dc0909412e75102cf7bd9171
parenta6f025906b75f8f527eef01d426048fe900540b9 (diff)
Easier instructions for MacOS
-rw-r--r--README.md4
1 files 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)