README: Use `man -l' not `mandoc | less' Honours MANPAGER and is easier to type.
diff --git a/README b/README
index 90f5c0c..5002f68 100644
--- a/README
+++ b/README
@@ -29,10 +29,10 @@ binaries in $PATH. Tests in the cmdline directory currently depend on git(1).
Man pages are not installed yet but can be viewed with mandoc:
- $ mandoc got/got.1 | less
- $ mandoc got/git-repository.5 | less
- $ mandoc got/got-worktree.5 | less
- $ mandoc tog/tog.1 | less
+ $ man -l got/got.1
+ $ man -l got/git-repository.5
+ $ man -l got/got-worktree.5
+ $ man -l tog/tog.1
EXAMPLES in got.1 contains a quick-start guide for OpenBSD developers.