aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-11-23 20:11:16 +0530
committerSudar <sudar@sudarmuthu.com>2014-11-23 20:11:16 +0530
commit32a12e46d11d1ef9c0e18b8965f2851662227146 (patch)
treee3a6e05dcfa5cd3ed1e222a1c7085b913df2378d /README.md
parente99deb2079960641b147508613a61907b24ac810 (diff)
Add information about homebrew in ReadME
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 32 insertions, 2 deletions
diff --git a/README.md b/README.md
index ce7a76c..133a9e4 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,41 @@ in the build process. Changes in `*.h` files lead to recompilation of sources wh
### Through package
+#### Using apt-get (or aptitude)
+
If you're using FreeBSD, Debian, Raspbian or Ubuntu, you can find this in the `arduino-mk`
package which can be installed using `apt-get` or `aptitude`.
-Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/)
-and install using `yaourt -S arduino-mk`
+```
+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
+
+```shell
+# add tap
+$ brew tap sudar/arduino-mk
+
+# to install the last stable release
+$ brew install arduino-mk
+
+# to install the development version
+$ brew install --HEAD arduino-mk
+```
+
+#### Arch Linux
+
+Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/).
+It can be installed using the following command.
+
+```
+yaourt -S arduino-mk
+```
+
+#### Fedora
Fedora Linux users can use our packaging instructions [here](https://github.com/sudar/Arduino-Makefile/tree/master/packaging/fedora)
to build an RPM.