diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-22 01:06:58 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-22 01:06:58 +0200 |
commit | 1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6 (patch) | |
tree | 41ad0df8bcdcd1190f9963b301bd9170cb7ad2cd /doc/install.texi | |
parent | b8e697ec2d2102cda229eeb58a7e72edb8274b73 (diff) | |
download | geiser-1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6.tar.gz geiser-1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6.tar.bz2 |
Documentation tweaks.
Diffstat (limited to 'doc/install.texi')
-rw-r--r-- | doc/install.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.texi b/doc/install.texi index d2e8fc0..e297cd3 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -37,9 +37,9 @@ If you don't want to install Git, you can instead grab a tarball from Geiser's @uref{http://gitorious.org/geiser/mainline/commits/master, Gitorious mirror}, where you'll find a @uref{http://gitorious.org/geiser/mainline/archive-tarball/master, link} -generating it for you. Either way, you'll now be in possession of a copy -of Geiser's libre code. I'll follow you into its directory and the next -section. +generating said tarball for you. Either way, you'll now be in possession +of a copy of Geiser's libre code. I'll follow you into its directory and +the next section. @node Setting it up, Friends, Must needs, Installation @section Setting it up @@ -68,7 +68,7 @@ $ cd ~/lib/geiser $ ./autogen.sh @end example @noindent -I recommend that you compile Geiser is a separate directory: +I recommend that you compile Geiser in a separate directory: @example $ mkdir build && cd build $ ../configure |