Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 45da688

Browse files
vmxAlan Shaw
authored and
Alan Shaw
committed
docs: add instruction to run tests against a go-ipfs daemon (#431)
1 parent fe539e6 commit 45da688

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ npm install interface-ipfs-core
5959

6060
In Go land:
6161

62-
```go
63-
# Not available
62+
If you want to run these tests against a go-ipfs daemon, checkout [ipfs-http-client](https://github.com/ipfs/js-ipfs-http-client) and run test tests:
63+
64+
```
65+
git clone https://github.com/ipfs/js-ipfs-http-client
66+
npm install
67+
npm test
6468
```
6569

6670
## Usage

0 commit comments

Comments
 (0)