diff options
Diffstat (limited to 'chapter06/ed-inst.xml')
-rw-r--r-- | chapter06/ed-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml index 8c582413f..4e896a9cc 100644 --- a/chapter06/ed-inst.xml +++ b/chapter06/ed-inst.xml @@ -1,18 +1,12 @@ <sect2> <title>Installation of Ed</title> -<para> -Install Ed by running the following commands: -</para> +<para>Install Ed by running the following commands:</para> -<para> -<screen> -<userinput>./configure --prefix=/usr &&</userinput> +<para><screen><userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> -<userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput> -</screen> -</para> +<userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput></screen></para> </sect2> |