Update README.md

This commit is contained in:
John M. Jones 2017-11-02 05:56:21 -05:00 committed by GitHub
parent 1fdd490e89
commit df7a3e8761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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 * **ipfs cat [hash]** to retrieve a file from the repository
## For techies: ## For techies (ipfs spec docs):
getting started: [https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md]https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md * [getting started]https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md
specifications: [https://github.com/ipfs/specs]https://github.com/ipfs/specs * [specifications]https://github.com/ipfs/specs
getting started: [https://github.com/ipfs/community/issues/177]https://github.com/ipfs/community/issues/177 * [getting started]https://github.com/ipfs/community/issues/177
libp2p: [https://github.com/libp2p/specs]https://github.com/libp2p/specs * [libp2p]https://github.com/libp2p/specs
## Prerequisites: To compile the C version you will need: ## Prerequisites: To compile the C version you will need:
lmdb https://github.com/jmjatlanta/lmdb lmdb https://github.com/jmjatlanta/lmdb