From df7a3e8761e30fbe81c95736bdca79206853eec3 Mon Sep 17 00:00:00 2001 From: "John M. Jones" Date: Thu, 2 Nov 2017 05:56:21 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f1b373..b423fa5 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ IPFS implementation in C, (not just an API client library). * **ipfs add MyFile.txt** to add a file to the repository, will return with a hash that can be used to retrieve the file. * **ipfs cat [hash]** to retrieve a file from the repository -## For techies: -getting started: [https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md]https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md -specifications: [https://github.com/ipfs/specs]https://github.com/ipfs/specs -getting started: [https://github.com/ipfs/community/issues/177]https://github.com/ipfs/community/issues/177 -libp2p: [https://github.com/libp2p/specs]https://github.com/libp2p/specs +## For techies (ipfs spec docs): +* [getting started]https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md +* [specifications]https://github.com/ipfs/specs +* [getting started]https://github.com/ipfs/community/issues/177 +* [libp2p]https://github.com/libp2p/specs ## Prerequisites: To compile the C version you will need: lmdb https://github.com/jmjatlanta/lmdb