acalatrava / openhaystack-firmware

Alternative openhaystack firmware
MIT License
123 stars 22 forks source link

Use brew to install nRF command line tools #10

Closed zakyum closed 3 years ago

zakyum commented 3 years ago

Heya mate, made a small PR so that the nRF command line tools can be installed easily (and automatically). Commit description below:

Tap the homebrew/cask-drivers channel so that the nRF command line tools can be installed via brew. Also update the brew syntax to use the newer specifier for casks (brew cask is deprecated now).

The only thing I'm unsure about is if one should untap the homebrew/cask-drivers channel after installing the nRF command line tools (because one isn't probably going to use it...). What do you say?

acalatrava commented 3 years ago

Nice! Thank you for the PR.

I guess we could leave it tapped, that way it will receive updates, if any.