Unverified Commit c8a2078e authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #5927 from bjzhang/doc/filestore/improve-usage

Improve the Filestore document
parents b36037a3 c10f043f
......@@ -183,7 +183,10 @@ Modify your ipfs config:
ipfs config --json Experimental.FilestoreEnabled true
```
And then pass the `--nocopy` flag when running `ipfs add`
Then restart your IPFS node to reload your config.
Finally, when adding files with ipfs add, pass the --nocopy flag to use the
filestore instead of copying the files into your local IPFS repo.
### Road to being a real feature
- [ ] Needs more people to use and report on how well it works.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment