diff options
Diffstat (limited to 'chapter06/grep-inst.xml')
-rw-r--r-- | chapter06/grep-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml index 7620afcd5..17885b7f5 100644 --- a/chapter06/grep-inst.xml +++ b/chapter06/grep-inst.xml @@ -3,7 +3,7 @@ <para>Install Grep by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr && +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin && make && make install</userinput></screen></para> |