aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-12-29 12:57:38 +0100
committerFabian Groffen <grobian@gentoo.org>2017-12-29 12:57:38 +0100
commit73de0b4c50f9b36a01d81fd57211ff33b6df2c57 (patch)
tree9accef855e08ea7f2b03592be6a2bd5cb746ab2c /README.md
parenttests/qatom/dotest: fix bug reference (diff)
downloadportage-utils-73de0b4c50f9b36a01d81fd57211ff33b6df2c57.tar.gz
portage-utils-73de0b4c50f9b36a01d81fd57211ff33b6df2c57.tar.bz2
portage-utils-73de0b4c50f9b36a01d81fd57211ff33b6df2c57.zip
README: mention the configure alternative
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3889ee2..fb8d800 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@ of information. The focus is on size and speed, so everything is in C.
## Building
-Just run `make`. This should work on any recent POSIX compliant system.
+Just run `make`. This should work on any recent Linux system.
+Alternatively, run `configure` followed by `make`.
## Helping out