summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 17:41:20 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 17:41:20 +0000
commit0f65b345e17804bd0531259fd24fc942d707a464 (patch)
tree855e4a8219dc09a90f87eb6a99f5fb63be3fe7bb /README
parentc33279ef1613770bd03d6a8d954ed22f24c94915 (diff)
downloadmorph-0f65b345e17804bd0531259fd24fc942d707a464.tar.gz
update README with new ways to run morph
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index d427ebb4..fe698bed 100644
--- a/README
+++ b/README
@@ -20,11 +20,15 @@ used to actually run the build. The usual workflow is this:
* put the morphology for an upstream project with its source code
* put other morphologies in the `morphs` (note plural) repository
-* run `morph` to build stuff
+* run `fakeroot morph` or `sudo morph` to build stuff
Eventually, `morph` will get a manual page. Meanwhile, a short usage:
- morph --keep-path -v build morphs master base-system.morph
+ fakeroot morph --keep-path -v build morphs master foundation.morph
+ sudo morph --keep-path -v build morphs master base-system.morph
+
+(Run with `fakeroot`, when building anything but a system image; run
+with `sudo` when building a system image.)
Run `morph --help` to get a list of all options and short descriptions.