diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 22e6cf1139..9bee423677 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -363,16 +363,18 @@ su - postgres Getting The Source - The PostgreSQL &version; sources can be obtained by - anonymous FTP from . - Other download options can be found on our website: - . After you - have obtained the file, unpack it: + The PostgreSQL &version; sources can be obtained from the + download section of our + website: . You + should get a file named postgresql-&version;.tar.gz + or postgresql-&version;.tar.bz2. After + you have obtained the file, unpack it: gunzip postgresql-&version;.tar.gz tar xf postgresql-&version;.tar + (Use bunzip2 instead of gunzip if you + have the .bz2 file.) This will create a directory postgresql-&version; under the current directory with the PostgreSQL sources.