diff --git a/README b/README index 6022f06f..4f7f258a 100644 --- a/README +++ b/README @@ -25,10 +25,10 @@ Overview How to compile and install nano - Download the nano source code, then: + Download the latest nano source tarball, then: - tar xvzf nano-x.y.z.tar.gz - cd nano-x.y.z + tar -xvf nano-x.y.tar.gz + cd nano-x.y ./configure make make install diff --git a/doc/faq.html b/doc/faq.html index 1462b7e4..f5a2c4a5 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -112,7 +112,7 @@
  • testing
  • unstable
  • -

    You can also have a look at the Package Pool to see all the available binary and source packages.

    +

    You can also have a look at the Package Pool to see all the available binary and source packages.

    2.4. By GIT (for the brave).

    For the 'bleeding edge' current version of nano, you can use GIT 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 GIT document for info on anonymous GIT access to the nano source.

    @@ -120,13 +120,13 @@

    3. Installation and Configuration

    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.

    +

    It's simple really! As root, type rpm -Uvh nano-x.y-1*.rpm if you have a RedHat-ish system or dpkg -i nano_x.y-1*.deb if you have a Debian-ish system, where x.y is the version number 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:

    -

    tar -xvf nano-x.y.z.tar.gz

    +

    tar -xvf nano-x.y.tar.gz

    Then you need to run configure with any options you might want (if any).

    The average case is this:

    -

    cd nano-x.y.z/
    +

    cd nano-x.y/
    ./configure
    make
    make install (as root, of course)

    @@ -203,8 +203,8 @@ [ ] enable-alternate-editor-implicitly

    Then exit (E) and select Yes (Y).

    If you're a mutt user, you should see an effect immediately the next time you log in. No further configuration is needed. However, if you want to let people know you use nano to compose your email messages, you can put a line like this in your .muttrc:

    -

    my_hdr X-Composer: nano x.y.z

    -

    Again, replace x.y.z with the version of nano you use.

    +

    my_hdr X-Composer: nano-x.y

    +

    Again, replace x.y with the version of nano you use.


    5. Internationalization