summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2011-12-07 11:02:53 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2011-12-07 11:02:53 +0000
commit38d6f5c1b3cb4890d105fdda07f87e0f78522e21 (patch)
treeb05af6fa2c65adde0ace589890f07ca517b2c9c0 /README
parente452522c391fc4cac41941405d5cde01e3608e0d (diff)
downloadmorph-38d6f5c1b3cb4890d105fdda07f87e0f78522e21.tar.gz
Fix typos in README and make the suggested config match the command line options given on the wiki
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index a30d36cc..690db95b 100644
--- a/README
+++ b/README
@@ -24,19 +24,19 @@ used to actually run the build. The usual workflow is this:
Eventually, `morph` will get a manual page. Meanwhile, a short usage:
- morph --keep-paths -v build morphs master base-system.morph
+ morph --keep-path -v build morphs master base-system.morph
Run `morph --help` to get a list of all options and short descriptions.
You can write a configuration file to avoid having to write options on
-the command line every time. Put it in `~/.obnam.conf` and make it look
+the command line every time. Put it in `~/.morph.conf` and make it look
something like this:
[config]
- cachedir = /home/liw/.cache/morph/bins
- log = /home/liw/.cache/morph/morph.log
+ cachedir = /home/username/baserock/cache
+ log = /home/username/baserock/morph.log
log-max = 200M
- git-base-url = file:///home/liw/baserock/gits/
+ git-base-url = file:///home/username/baserock/gits/
You should set at least the above settings.