From ca6b1e870b597ea25c24d20f4e05f5e68994a7fc Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Fri, 17 Mar 2017 14:16:17 -0700 Subject: [PATCH] CHANGELOG: Fix config command for FilestoreEnabled . License: MIT Signed-off-by: Jeff Thompson --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1b78aca..c3c15d775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ blockstore, pushing to burden of ensuring those files are not changed to the user. The filestore feature is currently still experimental, and must be enabled in your config with: ``` -ipfs config Experimental.FilestoreEnabled true +ipfs config --json Experimental.FilestoreEnabled true ``` before it can be used. Please see [this issue](https://github.com/ipfs/go-ipfs/issues/3397#issuecomment-284337564) for more details.