From: Tom Marek Date: Tue, 15 May 2012 15:48:43 +0000 (-0500) Subject: README: add 'make install' to building steps X-Git-Tag: v2022.05.01~3600^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3fdaf8c4b0640d69621c9a490ea67716343917d7;p=xfstests-dev.git README: add 'make install' to building steps There was no mention of 'make install' step in the README file. Run make install added to section 'Building Linux'. Signed-off-by: Tom Marek Signed-off-by: Eric Sandeen --- diff --git a/README b/README index 0f52f020..d81ede9f 100644 --- a/README +++ b/README @@ -3,7 +3,9 @@ BUILDING THE FSQA SUITE _______________________ Building Linux: - - cd into the xfstests directory and run make. + - cd into the xfstests directory + - run make + - run make install Building IRIX: - cd into the xfstests directory