From 603dd0e8d07ef14f0834e4b1ec6fb5db698240cf Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Thu, 24 Jan 2019 14:15:28 +0100 Subject: [PATCH] docs: add instruction to run tests against a go-ipfs daemon --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f59f5323..69c61fd5 100644 --- a/README.md +++ b/README.md @@ -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