Files
embbed-rust/src
bors[bot] 1d06b78898 Merge #171
171: install-macos: remove Homebrew tap command r=therealprof a=vitorgalvao

You don’t need to

```bash
brew tap armmbed/formulae
brew install armmbed/formulae/arm-none-eabi-gcc
```

You either

```bash
brew tap armmbed/formulae
brew install arm-none-eabi-gcc
```

Or you

```bash
brew install armmbed/formulae/arm-none-eabi-gcc
```

Which taps and installs in a single command.

Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
2019-02-18 22:45:33 +00:00
..
2018-12-13 15:42:06 +01:00
2018-11-23 20:30:21 -08:00
2019-02-17 15:50:49 +00:00
2019-02-18 20:07:35 +00:00