diff options
Diffstat (limited to 'chapter06/vim-inst.xml')
-rw-r--r-- | chapter06/vim-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 4650d31b8..bc42df3af 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -10,15 +10,15 @@ class="directory">/etc</filename>.</para> <para><screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput></screen></para> -<para>Prepare Vim to be compiled:</para> +<para>Now prepare Vim for compilation:</para> <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> -<para>Continue with compiling the package:</para> +<para>Compile the package:</para> <para><screen><userinput>make</userinput></screen></para> -<para>Finish installing the package:</para> +<para>And install the package:</para> <para><screen><userinput>make install</userinput></screen></para> |