Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs folder and some fuse docs. closes #259 #391

Merged
merged 1 commit into from
Feb 2, 2015
Merged

docs folder and some fuse docs. closes #259 #391

merged 1 commit into from
Feb 2, 2015

Conversation

ebuchman
Copy link
Contributor

re #260, #259

@@ -0,0 +1,26 @@
As a golang project, `go-ipfs` is easily downloaded and installed with `go get github.com/jbenet/go-ipfs`. All data is stored in a leveldb data store in `~/.go-ipfs/datastore`. If, however, you would like to mount the datastore (`ipfs mount /ipfs`) and use it as you would a normal filesystem, you will need to install fuse.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All data is stored in a leveldb data store in~/.go-ipfs/datastore.

Maybe:

All data is stored in a leveldb data store inside $IPFS_DIR (usually ~/.go-ipfs/datastore). (subject to #394)

@jbenet
Copy link
Member

jbenet commented Nov 29, 2014

A couple of comments, but otherwise LGTM! 👍

@jbenet jbenet self-assigned this Feb 2, 2015
@jbenet
Copy link
Member

jbenet commented Feb 2, 2015

I'll merge this in and update it to reflect some new info.

jbenet added a commit that referenced this pull request Feb 2, 2015
docs folder and some fuse docs. closes #259
@jbenet jbenet merged commit 22cf7d6 into ipfs:master Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants