From 945e609dff61c2965916ac3352514bf5963a2f6c Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 21:25:14 +0200 Subject: [PATCH] Update README.md --- doc/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/README.md b/doc/README.md index 7d92117..a15707d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,6 +1,12 @@ NNTPChan Documentation ====================== +##End-user related + 1. [Building NNTPChan](building.md) - Building the source code 2. [Setting up NNTPChan](setting-up.md) - Configuring the node 3. [Running NNTPChan](running.md) - Running the node for the first time + +##Developer related + +1. [Protocol](protocol.md)