blob: 3c07b0d5719b16aa0f5b1a377e292b9bbe59148c [file] [log] [blame] [view]
SlothFS is a FUSE filesystem that provides light-weight, lazily downloaded,
read-only checkouts of manifest-based Git projects. It is intended for use with
Android.
How to use
==========
To start the file system:
go install github.com/google/slothfs/cmd/slothfs-multifs
mkdir /tmp/mnt
slothfs-multifs /tmp/mnt &
To create a workspace "ws" corresponding to the latest manifest version
go install github.com/google/slothfs/cmd/slothfs-deref-manifest
slothfs-deref-manifest > /tmp/m.xml
ln -s /tmp/m.xml /tmp/mnt/config/ws
More details can be found in the [manual](docs/manual.md).
DISCLAIMER
==========
This is not an official Google product.