diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-11-27 19:48:25 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-11-27 19:48:25 +0530 |
| commit | 131809e5085a57a41da14aec68a3467a1a109115 (patch) | |
| tree | 502778be622316117862175df80393375d73c867 | |
| parent | 32a12e46d11d1ef9c0e18b8965f2851662227146 (diff) | |
Add information about installing dependencies when installing using
homebrew
Refer to https://github.com/sudar/homebrew-arduino-mk/issues/2#issuecomment-64432785
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,7 +33,9 @@ sudo apt-get install arduino-mk #### homebrew (or linuxbrew) If you're using homebrew (or [linuxbrew](https://github.com/Homebrew/linuxbrew)) then you can find this in the -`arduino-mk` package which can be installed using the following commands +`arduino-mk` package which can be installed using the following commands. + +Also make sure you have the necessary dependencies installed. Refer to the Requirements section below to install the dependencies. ```shell # add tap |
