summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenjaminfrank <ben+github@pipsfrank.de>2018-03-11 02:31:58 +0100
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-10 17:31:58 -0800
commit0c91649e548f4fe6620e067dfe7425e3bca0de62 (patch)
tree2dbe090e179c9849b32cdc0993827fd6b08d8443
parent03e7b54d87a564da84a16989b1c916d9f47256e4 (diff)
downloadmill-0c91649e548f4fe6620e067dfe7425e3bca0de62.tar.gz
mill-0c91649e548f4fe6620e067dfe7425e3bca0de62.tar.bz2
mill-0c91649e548f4fe6620e067dfe7425e3bca0de62.zip
Update 1 - Intro to Mill.md (#218)
-rw-r--r--docs/pages/1 - Intro to Mill.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index b912bf14..d1e387b5 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -17,6 +17,14 @@ external subprocesses.
## Installation
+### OS X
+
+Installation via [homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/mill.rb):
+
+```sh
+brew install mill
+```
+
### Arch Linux
Arch Linux has an [AUR package for mill](https://aur.archlinux.org/packages/mill/):