* INSTALL-git.md: Describe how to build strace from git repository.
* README.md: Add reference to INSTALL-git.md.
* README-hacking: Likewise.
--- /dev/null
+Build strace from git repository
+================================
+If you use the GIT version of strace there will be some files missing
+that you need to build strace. These files are generated by tools from
+the GNU Autoconf and Automake packages.
+
+Note: rather than running `autoreconf` directly, use the `./bootstrap` script
+and follow the instructions given in given in [INSTALL](INSTALL) file for further installation.
Requirements
============
-If you use the GIT version of strace there will be some files missing
-that you need to build strace. These files are generated by tools from
-the GNU Autoconf and Automake packages.
-
-Note: rather than run `autoreconf' directly, use the `./bootstrap' script.
+If you use the GIT version of strace, please refer to INSTALL-git.md file.
No more ChangeLog file
See the file [NEWS](NEWS) for information on what has changed in recent versions.
+Please read the file [INSTALL-git](INSTALL-git.md) for installation instructions.
+
Please send bug reports and enhancements to [the strace mailing list](https://lists.sourceforge.net/lists/listinfo/strace-devel).
[](https://travis-ci.org/strace/strace) [](https://codecov.io/github/strace/strace?branch=master)