Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Tue, 09 Jan 2018 02:03:25
Message-Id: 1514548658.73de0b4c50f9b36a01d81fd57211ff33b6df2c57.grobian@gentoo
1 commit: 73de0b4c50f9b36a01d81fd57211ff33b6df2c57
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 11:57:38 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 11:57:38 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=73de0b4c
7
8 README: mention the configure alternative
9
10 README.md | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/README.md b/README.md
14 index 3889ee2..fb8d800 100644
15 --- a/README.md
16 +++ b/README.md
17 @@ -13,7 +13,8 @@ of information. The focus is on size and speed, so everything is in C.
18
19 ## Building
20
21 -Just run `make`. This should work on any recent POSIX compliant system.
22 +Just run `make`. This should work on any recent Linux system.
23 +Alternatively, run `configure` followed by `make`.
24
25 ## Helping out