Merge pull request #142 from madcowswe/sam_fix_readme

correct tup install instructions for macOS
This commit is contained in:
Oskar Weigl
2018-03-14 02:03:14 -07:00
committed by GitHub
+1 -1
View File
@@ -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: