From a92c7911a7e49710b00d4602fa3ee257b874e2ff Mon Sep 17 00:00:00 2001 From: Conor Scott Date: Tue, 13 Nov 2018 12:13:40 +0400 Subject: [PATCH] [docs]: Link developer guide to main README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a40f23267..ff723eaf4 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,11 @@ lightningd/lightningd --help ## Further information +### Developers +Developers wishing to contribute should start with the developer guide [here](doc/HACKING.md). + + +### JSON RPC JSON-RPC interface is documented in the following manual pages: * [invoice](doc/lightning-invoice.7.txt)