This commit is contained in:
sparklxb
2017-03-06 13:04:46 +08:00
parent 470d950918
commit 813a4f7456
2 changed files with 22 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ var cmdMount = &Command{
2) have a "weed filer" running
These 2 requirements can be achieved with one command "weed server -filer=true"
This uses bazil.org/fuse, whichenables writing FUSE file systems on
This uses bazil.org/fuse, which enables writing FUSE file systems on
Linux, and OS X.
On OS X, it requires OSXFUSE (http://osxfuse.github.com/).