diff options
author | Jan Lehnardt <jan@apache.org> | 2020-02-29 16:30:56 +0100 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2020-02-29 16:30:56 +0100 |
commit | c6b54d6d1a7cbbacf877f7516547976b98c1c4c6 (patch) | |
tree | 0218b8f25667a11380c97eddf65eadbf29d3f5b4 /README.rst | |
parent | 16ed4b70a8308e946d5fc015efc73fe1c28655e3 (diff) | |
download | couchdb-c6b54d6d1a7cbbacf877f7516547976b98c1c4c6.tar.gz |
doc: link README-DEV in README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 47ce32e19..aaf4e17d3 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,9 @@ Run a basic test suite for CouchDB by browsing here: Getting started with developing ------------------------------- -For more detail, read the README-DEV.rst file in this directory. +For more detail, read the README-DEV.rst_ file in this directory. + +.. _README-DEV.rst: https://github.com/apache/couchdb/blob/master/README-DEV.rst Basically you just have to install the needed dependencies which are documented in the install docs and then run ``./configure && make``. |