From b951250375cfa1226582dfa403b0706e73c7147f Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Fri, 28 Jan 2011 22:12:48 -0800 Subject: [PATCH] Added installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bb7fe99..b4e50a9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ capabilities such as versioning, downloads and so on. Agner is a shorthand for *A Giant Nebula of Erlang Repositories*. It also pays homage to the Danish statistician Agner Krarup Erlang. +Installation +------------ + +In order to install, simply run `make` and `make install` (it will +install to `/usr/local/bin`). If you are a Homebrew user on OS X, +feel free to use it: +`brew install https://github.com/agner/homebrew/raw/master/Library/Formula/agner.rb` +or `brew --HEAD https://github.com/agner/homebrew/raw/master/Library/Formula/agner.rb` +(if you want the very best and newest). +As of the time of this writing, agner formula hasn't been merged into the official repo yet. + Motivation ----------