This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# go-ipfs-api
22
3- [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io ) [ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ ) [ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs ) [ ![ GoDoc] ( https://godoc.org/github.com/ipfs/go-ipfs-api?status.svg )] ( https://godoc.org/github.com/ipfs/go-ipfs-api ) [ ![ Build Status] ( https://travis-ci.org/ipfs/go-ipfs-api.svg )] ( https://travis-ci.org/ipfs/go-ipfs-api )
3+ [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
4+ [ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
5+ [ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
6+ [ ![ standard-readme compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square )] ( https://github.com/RichardLitt/standard-readme )
7+ [ ![ GoDoc] ( https://godoc.org/github.com/ipfs/go-ipfs-api?status.svg )] ( https://godoc.org/github.com/ipfs/go-ipfs-api )
8+ [ ![ Build Status] ( https://travis-ci.org/ipfs/go-ipfs-api.svg )] ( https://travis-ci.org/ipfs/go-ipfs-api )
49
510> An unofficial go interface to ipfs's HTTP API
611
7- ## Installation
12+ ## Install
813
9- go get -u github.com/ipfs/go-ipfs-api
14+ ``` sh
15+ go get -u github.com/ipfs/go-ipfs-api
16+ ```
1017
1118This will download the source into ` $GOPATH/src/github.com/ipfs/go-ipfs-api ` .
1219
@@ -18,10 +25,10 @@ This will download the source into `$GOPATH/src/github.com/ipfs/go-ipfs-api`.
1825
1926Contributions are welcome! Please check out the [ issues] ( https://github.com/ipfs/go-ipfs-api/issues ) .
2027
21- ## License
28+ ### Want to hack on IPFS?
2229
23- MIT.
30+ [ ![ ] ( https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif )] ( https://github.com/ipfs/community/blob/master/contributing.md )
2431
25- # Want to hack on IPFS?
32+ ## License
2633
27- [ ![ ] ( https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif )] ( https://github.com/ipfs/community/blob/master/contributing.md )
34+ MIT
You can’t perform that action at this time.
0 commit comments