From 16c19ec1629faf34194d067d216ad516a4a401f2 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Tue, 6 May 2014 15:02:29 +0800 Subject: [PATCH] docs: update README-hacking We don't have a "README-valgrind" file. So remove related description. Signed-off-by: Chen Hanxiao Signed-off-by: Eric Blake --- README-hacking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-hacking b/README-hacking index 80b022ca8a..4e02fd854c 100644 --- a/README-hacking +++ b/README-hacking @@ -15,7 +15,7 @@ Specific development tools and versions will be checked for and listed by the bootstrap script. Valgrind is also highly recommended, if -Valgrind supports your architecture. See also README-valgrind. +Valgrind supports your architecture. While building from a just-cloned source tree may require installing a few prerequisites, later, a plain `git pull && make' should be sufficient.