Skip to content

Commit eb3d56b

Browse files
authored
Update README.md
Falta /Homebrew in prefix
1 parent 3231f24 commit eb3d56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ These formulae are quick n' dirty and undoubtedly need some improvement (missing
1818

1919
One manual step is required to get a working system. Annoyingly, since the `--prefix=` compile option for each of these packages is different, each of the various tools can't find required files installed by other packages. To consolidate the various `lib` pieces under a common directory, run:
2020

21-
$ $(brew --prefix)/Library/Taps/sampsyo/homebrew-mspgcc/addlinks.sh
21+
$ $(brew --prefix)/Homebrew/Library/Taps/sampsyo/homebrew-mspgcc/addlinks.sh
2222

2323
This script symlinks everything from all the packages into `msp430` under the msp430-gcc keg. This means your root for the MSP430 toolchain is something like `/usr/local/opt/msp430-gcc/msp430` (which would be `/usr/local/msp430` on a "normal" installation).
2424

0 commit comments

Comments
 (0)