From: Mauro Carvalho Chehab Date: Wed, 3 Jun 2015 13:42:46 +0000 (-0300) Subject: Improve INSTALL summary instructions X-Git-Tag: v0.5.5~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=41a75aafa8ddd78f5f3b6af9c06176ca94ed41fe;p=users%2Fmchehab%2Frasdaemon.git Improve INSTALL summary instructions Using && warrants that the previous command succeeds. So, this is the recommended way. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/INSTALL b/INSTALL index 007e939..2099840 100644 --- a/INSTALL +++ b/INSTALL @@ -12,8 +12,8 @@ without warranty of any kind. Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented