From 0f65b345e17804bd0531259fd24fc942d707a464 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 11 Jan 2012 17:41:20 +0000 Subject: update README with new ways to run morph --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README') 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. -- cgit v1.2.1