Skip to content

Commit 73c5d2b

Browse files
committed
Rework installation instructions again
Dept. of second thoughts: the new verbiage added in commit aaec237 is targeted at the wrong audience. Remove the bits about git and talk about how to get tarballs only. People looking for the git repo can look in the appendix. That'll need to be expanded, but this commit doesn't do that. In passing, fix a couple of typos that snuck in with the previous commit. Discussion: https://postgr.es/m/713760.1626891263@sss.pgh.pa.us
1 parent a0db429 commit 73c5d2b

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

doc/src/sgml/installation.sgml

+9-20
Original file line numberDiff line numberDiff line change
@@ -354,29 +354,13 @@ su - postgres
354354
<title>Getting the Source</title>
355355

356356
<para>
357-
The version control repository for <productname>PostgreSQL</productname>
358-
can be obtained from
359-
<ulink url="https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary"></ulink>;
360-
this is the recommended way to obtain the
361-
<productname>PostgreSQL</productname> source code.
362-
You can obtain a clone of the repository by running
363-
<screen>
364-
<userinput>git clone https://git.postgresql.org/git/postgresql.git</userinput>
365-
</screen>
366-
This will create a directory <filename>postgresql</filename> under the current
367-
directory with the <productname>PostgreSQL</productname> sources.
368-
Change into that directory for the rest of the installation procedure.
369-
See <xref linkend="git"/> for further information.
370-
</para>
371-
372-
<para>
373-
Alternatively, source code for the released versions can be obtained
374-
from the download section of our website:
357+
The <productname>PostgreSQL</productname> source code for released versions
358+
can be obtained from the download section of our website:
375359
<ulink url="https://www.postgresql.org/ftp/source/"></ulink>.
376-
Download then
360+
Download the
377361
<filename>postgresql-<replaceable>version</replaceable>.tar.gz</filename>
378362
or <filename>postgresql-<replaceable>version</replaceable>.tar.bz2</filename>
379-
you're interested in, then unpack it:
363+
file you're interested in, then unpack it:
380364
<screen>
381365
<userinput>tar xf postgresql-<replaceable>version</replaceable>.tar.bz2</userinput>
382366
</screen>
@@ -385,6 +369,11 @@ su - postgres
385369
the current directory with the <productname>PostgreSQL</productname> sources.
386370
Change into that directory for the rest of the installation procedure.
387371
</para>
372+
373+
<para>
374+
Alternatively, you can use the Git version control system; see
375+
<xref linkend="git"/> for more information.
376+
</para>
388377
</sect1>
389378

390379
<sect1 id="install-procedure">

0 commit comments

Comments
 (0)