You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/17 18:14:24 UTC

[03/14] examples commit: updated refs/heads/master to 8a630c5

advise renaming the Makefile


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

Branch: refs/heads/master
Commit: 27c3c8cc47012051af759a4625c6b8364c1556f2
Parents: 1d8d051
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Oct 4 15:02:50 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Oct 4 15:02:50 2013 +0200

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-examples/blob/27c3c8cc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 814ef3b..bce2124 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Next, install *rebar* from <https://github.com/rebar/rebar>. Rebar is a build to
 
 It doesn’t do much, but you get your first module going. Let’s try to compile it.
 
-`my_first_couchdb_plugin` comes with a `Makefile` that helps you with common tasks.
+`my_first_couchdb_plugin` comes with a `Makefile.dist` that helps you with common tasks. To make your life easier, rename it from `Makefile.dist` to `Makefile`.
 
 To compile your code, simply run: