From 270fdb7cdc9b59573480909b82a1b89830777849 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sat, 6 Dec 2025 22:54:49 +0000 Subject: [PATCH] Add note about using official rust on mac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c488a..6c44fb9 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ int main(int argc, char *argv[]) { * [host-arduino](host-arduino) vm host as Arduino sketch (tested on Arduino Uno ATmega328P, uses 9950 bytes of flash/1254 bytes RAM) * [apps/helloworld](apps/helloworld) C hello world program * [apps/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style - * [apps/rust-hello](apps/rust-hello) Rust hello world program + * [apps/rust-hello](apps/rust-hello) Rust hello world program (note, the version of rust installed by brew on mac has issues, use the official rust installer from https://rust-lang.org/learn/get-started/) * [apps/zig-mandel](apps/zig-mandel) Zig ASCII mandelbrot generator program ## License