Change ordering in manual. Change-Id: I8b97400b95aaa61a6931e696c0b6072bdc9694d7
diff --git a/docs/manual.md b/docs/manual.md index 2002669..6791204 100644 --- a/docs/manual.md +++ b/docs/manual.md
@@ -51,18 +51,6 @@ which version of Android you want to run. -Dereferencing a manifest -======================== - -The manifest describes which repositories go into an Android checkout. To make a -file system out of this, we must decide at which exact revision each repository -should be offered. - -This can be done with `slothfs-deref-manifest`, eg. - - slothfs-deref-manifest > /tmp/m.xml - - Mounting the filesystem ======================= @@ -75,6 +63,18 @@ slothfs-multifs /slothfs +Dereferencing a manifest +======================== + +The manifest describes which repositories go into an Android checkout. To make a +file system out of this, we must decide at which exact revision each repository +should be offered. + +This can be done with `slothfs-deref-manifest`, eg. + + slothfs-deref-manifest > /tmp/m.xml + + Configuring a workspace ======================= @@ -86,6 +86,9 @@ This should create a directory `/slothfs/my-workspace` holding the tree described in `/tmp/m.xml`. +On the first time you do this, slothfs will have to fetch the tree data, which +is slow, so this might take a while. + Using a workspace =================