Installation and building instructions point to INSTALL file, which is ignored in .gitignore. Given the fact that Installation and building process is already covered in README-dev, changing the instruction in README seems more reasonable than creating an INSTALL file and removing it from .gitignore.
Signed-off-by: Christopher Diaz Riveros <[email protected]> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5fe0e2d..1bfdc07 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ package, showing practices that may be useful for GNU projects. are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -See the files ./INSTALL* for building and installation instructions. +See the files ./README-dev for building and installation instructions. Primary distribution point: ftp://ftp.gnu.org/gnu/hello/ automatic redirection: https://ftpmirror.gnu.org/hello -- 2.16.1
