summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-04 15:02:50 +0200
committerJan Lehnardt <jan@apache.org>2013-10-04 15:02:50 +0200
commit703d3912cad28666af1c82edae6775d7107de3fe (patch)
tree9987042facce5f1e41c5fcb509eefaec7151fedd
parent839beb049de7815efe48aefe51aa57fb5e491dfb (diff)
downloadcouchdb-703d3912cad28666af1c82edae6775d7107de3fe.tar.gz
advise renaming the Makefile
-rw-r--r--src/my-first-couchdb-plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/my-first-couchdb-plugin/README.md b/src/my-first-couchdb-plugin/README.md
index 814ef3b88..bce2124e7 100644
--- a/src/my-first-couchdb-plugin/README.md
+++ b/src/my-first-couchdb-plugin/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: