From 9d5e2d84bc5a3f4dc6229095bc7fe1895f936305 Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Tue, 13 Mar 2018 20:14:04 -0700 Subject: [PATCH] correct tup install instructions on macOS --- Firmware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/README.md b/Firmware/README.md index 761faeb5..540265d6 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -74,7 +74,7 @@ To compile the program, you first need to install the prerequisite tools: #### Mac: * `brew cask install gcc-arm-embedded`: GCC toolchain+debugger -* `brew tap homebrew/fuse; brew install homebrew/fuse/tup`: Build tool +* `brew cask install osxfuse; brew install tup`: Build tool * `brew install openocd`: Programmer #### Windows: