Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 9a3a10c

Browse files
committed
Merge pull request #28 from ipfs/feature/add-installation
Added installation note
2 parents 60ded19 + b7b1456 commit 9a3a10c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
> An unofficial go interface to ipfs's HTTP API
66
7+
## Installation
8+
9+
go get -u github.com/ipfs/go-ipfs-api
10+
11+
This will download the source into `$GOPATH/src/github.com/ipfs/go-ipfs-api`.
12+
713
## Usage
814

915
...

0 commit comments

Comments
 (0)