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

13 lines
291 B
XML
Raw Normal View History

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