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

Commit

Permalink
docs: add instruction to run tests against a go-ipfs daemon (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx authored and alanshaw committed Jan 25, 2019
1 parent fe539e6 commit 45da688
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ npm install interface-ipfs-core

In Go land:

```go
# Not available
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:

```
git clone https://github.com/ipfs/js-ipfs-http-client
npm install
npm test
```

## Usage
Expand Down

0 comments on commit 45da688

Please sign in to comment.