glfs/postlfs/editors/nano/nano-inst.xml

13 lines
351 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>nano</application></title>
<para>Install <application>nano</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --enable-color \
--enable-multibuffer --enable-nanorc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>