From 5598bcc3b9c45a3a1e9f91877bb4c6cd12768ace Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 28 Feb 2025 19:10:04 +0100 Subject: [PATCH] docs: Clarify on README that to run tests, Kubo must run with `--enable-pubsub-experiment` & and without `--mount` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ffbe11..fd47884 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION ### Running tests -To run tests, IPFS daemon must be running on `127.0.0.1` interface. +To run tests, IPFS daemon must be running on `127.0.0.1` interface, with `--enable-pubsub-experiment`, and without `--mount`. ### IPFS installation