commit | fa039494f5113a01f7018055cf526153f231267c | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Aug 10 12:42:29 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Wed Aug 10 19:34:12 2016 +0200 |
tree | 8c61b96e2117d3a3fd611b185357f445725fb6a6 | |
parent | 1215805c6887a8b5c94326ea954fdf61f96b2d63 [diff] |
Uniformize flag doc strings. Change-Id: Ia116ba428a427b82db0eb6a8327046800c023bd8
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.
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.
This is not an official Google product.