From cbba77558e222eb0e91a8e88e76bbe2c9fa16042 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Wed, 18 Nov 2009 22:10:13 +0000 Subject: [PATCH] Typo fix part 2, noticed by j.mader@gmail.com. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4431 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- doc/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.html b/doc/faq.html index d0b5faa6..d0f974c9 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -116,7 +116,7 @@

For the 'bleeding edge' current version of nano, you can use subversion to download the current source code. Note: believe it or not, by downloading code that has not yet stabilized into an official release, there could quite possibly be bugs, in fact the code may not even compile! Anyway, see the nano SVN document for info on anonymous SVN access to the nano source.


3. Installation and Configuration

-

3.1. How do install the RPM or DEB package?

+

3.1. How do I install the RPM or DEB package?

It's simple really! As root, type rpm -Uvh nano-x.y.z-1.i386.rpm if you have a RedHat-ish system or dpkg -i nano_x.y.z-1.deb if you have a Debian-ish system, where x.y.z is the release of nano. There are other programs to install packages, and if you wish to use those, knock yourself out.

3.2. Compiling from source: WHAT THE HECK DO I DO NOW?

Okay, take a deep breath, this really isn't hard. Unpack the nano source with a command like:

-- 2.39.5