1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00

CHANGELOG: Fix config command for FilestoreEnabled .

License: MIT
Signed-off-by: Jeff Thompson <jefft0@gmail.com>
This commit is contained in:
Jeff Thompson
2017-03-17 14:16:17 -07:00
parent 6efa429a99
commit ca6b1e870b

View File

@ -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.