docs: add url to dev weekly sync to the README
License: MIT Signed-off-by: diasdavid <daviddias.p@gmail.com>
David Dias committed
Aug 11, 2018 at 13:13 UTC
eaad8e6a3f46d357dd27cbf09ed794ce52a3a446
1 file changed
+11
-8
README.md
+11
-8
@@ -9,20 +9,23 @@
9
[](https://godoc.org/github.com/ipfs/go-ipfs)
10
[](https://travis-ci.org/ipfs/go-ipfs)
11
12
+> IPFS implementation in Go
13
+
14
+## Project Status
15
+
16
[](https://waffle.io/ipfs/go-ipfs/metrics/throughput)
17
14
-> IPFS implementation in Go
18
+[**`Weekly Core Dev Calls`**](https://github.com/ipfs/pm/issues/674)
19
+
20
+## What is IPFS?
21
16
-IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from
17
-Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm,
18
-exchanging git objects. IPFS provides an interface as simple as the HTTP web, but
19
-with permanence built in. You can also mount the world at /ipfs.
22
+IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs.
23
24
For more info see: https://github.com/ipfs/ipfs.
25
23
-Please put all issues regarding IPFS _design_ in the
24
-[ipfs repo issues](https://github.com/ipfs/ipfs/issues).
25
-Please put all issues regarding the Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
26
+Please put all issues regarding:
27
+ - IPFS _design_ in the [ipfs repo issues](https://github.com/ipfs/ipfs/issues).
28
+ - Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
29
30
## Table of Contents
31