CHANGELOG: Fix config command for FilestoreEnabled .
License: MIT Signed-off-by: Jeff Thompson <jefft0@gmail.com>
Jeff Thompson committed
Mar 17, 2017 at 14:16 UTC
ca6b1e870b597ea25c24d20f4e05f5e68994a7fc
1 file changed
+1
-1
CHANGELOG.md
+1
-1
@@ -9,7 +9,7 @@ blockstore, pushing to burden of ensuring those files are not changed to the
9
user. The filestore feature is currently still experimental, and must be
10
enabled in your config with:
11
```
12
-ipfs config Experimental.FilestoreEnabled true
12
+ipfs config --json Experimental.FilestoreEnabled true
13
```
14
before it can be used. Please see [this issue](https://github.com/ipfs/go-ipfs/issues/3397#issuecomment-284337564) for more details.
15