You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:31:09 UTC

[15/50] meck commit: updated refs/heads/master to dde7590

Merge branch 'develop'

Updated README.md


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/91769086
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/91769086
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/91769086

Branch: refs/heads/master
Commit: 917690864617cb9a565e58484c73275a7b40a997
Parents: f6ee294 c90655a
Author: Adam Lindberg <he...@alind.io>
Authored: Sat Aug 17 13:40:05 2013 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Sat Aug 17 13:40:05 2013 +0200

----------------------------------------------------------------------
 README.md | 131 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 67 insertions(+), 64 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/91769086/README.md
----------------------------------------------------------------------
diff --cc README.md
index b7ea4ae,d0e5e69..b77e755
--- a/README.md
+++ b/README.md
@@@ -180,17 -164,21 +164,21 @@@ appears all is correct
  
  <a name='install'>
  
 -Install & Usage
 ----------------
 +Install
 +-------
  
- To install meck permanently, use of [Agner][2] is recommended:
+ Meck is best used via [rebar][3]. Add the following dependency t
+ your `rebar.config` in your project root:
  
- ```sh
- agner install meck
+ ```erlang
+ {deps, [
+  {meck, ".*",
+   {git, "https://github.com/eproxus/meck.git", {tag, "0.8"}}}
+  ]}.
  ```
  
- If you want to install your own built version of meck add the ebin
- directory to your Erlang code path or move the meck folder into your
+ If you want to install your own built version of Meck add the ebin
+ directory to your Erlang code path or move the Meck folder into your
  release folder and make sure that folder is in your `ERL_LIBS`
  environment variable.