glfs/postlfs/editors/nano/nano-inst.xml
Larry Lawrence d8ab90250e fixed bad urls from this morning
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@863 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-18 03:00:45 +00:00

13 lines
291 B
XML

<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>