A little more tidying.
authorDave Page <dpage@pgadmin.org>
Thu, 5 Jun 2025 09:50:45 +0000 (10:50 +0100)
committerDave Page <dpage@pgadmin.org>
Thu, 5 Jun 2025 09:50:45 +0000 (10:50 +0100)
templates/pages/downloads.html

index 691258a4fb4a1821f34ef1bfeca180b4d790e9d9..d23a23b1ea298c403fec377bf3890f5bbe739598 100644 (file)
 
   <h2>Postgres RPMS for Redhat Enterprise Linux </h2>
   <p>Download the appropriate Repository RPM and save it to the filesystem of 
-    your Redhat Enterprise Linux system. Then run </p>
+    your Redhat Enterprise Linux system. Then run:</p>
     <code>
-        dnf install ./pgdg-redhat-repo-latest.noarch.rpm<br />
-        dnf install postgresql17-server
+        sudo dnf install ./pgdg-redhat-repo-latest.noarch.rpm<br />
+        sudo dnf install postgresql17-server
     </code>    
 
-    <ul>
+    <p>
+      <ul>
         <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Redhat Enterprise Linux 10</a></li>
         <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Redhat Enterprise Linux 9</a></li>
         <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Redhat Enterprise Linux 8</a></li>
-    </ul>
+      </ul>
+    </p>
 
   <h2>Postgres Source download</h2>
 <p>
     You can download the source code for Postgres 17.5 
-    <a href="https://download.postgresql.org/pub/source/v17.5/postgresql-17.5.tar.bz2">here</a>
+    <a href="https://download.postgresql.org/pub/source/v17.5/postgresql-17.5.tar.bz2">here</a>.
 </p>
   
 {% endblock %}