aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-10 18:15:54 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-10 18:15:54 +0200
commite491ec5bc156077df5d86ff14c98b7e48948993e (patch)
treef7617072329774f3c3589af942f0a915c87af36f
parentqkeyword: optimise away redundant atom_explode calls (diff)
downloadportage-utils-e491ec5b.tar.gz
portage-utils-e491ec5b.tar.bz2
portage-utils-e491ec5b.zip
README: update after maintainer mode addition
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfb6341a..2ad32266 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ of information. The focus is on size and speed, so everything is in C.
## Building
Run `configure` followed by `make`. If you're using git-sources, run
-autoreconf first to get various timestamps correct.
+`configure` with `--disable-maintainer-mode` or run autoreconf to get
+various timestamps correct.
## Helping out