@@ -16,6 +16,14 @@ official debian repositories, see `packages.debian.org/pgloader`__.
1616__ https://wiki.postgresql.org/wiki/Apt
1717__ https://packages.debian.org/search?keywords=pgloader
1818
19+ RPM packages
20+ ------------
21+
22+ The Postgres community repository for RPM packages is `yum.postgresql.org `__
23+ and does include binary packages for pgloader.
24+
25+ __ https://yum.postgresql.org
26+
1927Docker Images
2028-------------
2129
@@ -125,7 +133,7 @@ production environments.
125133 rpmbuild -ba pgloader.spec
126134
127135Building from sources on macOS
128- ------------------------------
136+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129137
130138We suppose you already have ``git `` and ``make `` available, if that's not
131139the case now is the time to install those tools. The SQLite lib that comes
@@ -154,7 +162,7 @@ Then use the normal build system for pgloader:
154162 $ ./build/bin/pgloader --version
155163
156164Building from sources on Windows
157- --------------------------------
165+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
158166
159167Building pgloader on Windows is supported (in theory), thanks to Common Lisp
160168implementations being available on that platform, and to the Common Lisp
@@ -173,7 +181,7 @@ integration with a windows build host would allow ensuring that we continue
173181to support that target.
174182
175183Building Docker image from sources
176- ----------------------------------
184+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
177185
178186You can build a Docker image from source using SBCL by default::
179187
@@ -184,7 +192,7 @@ Or Clozure CL (CCL)::
184192 $ docker build -f Dockerfile.ccl .
185193
186194More options when building from source
187- --------------------------------------
195+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188196
189197The ``Makefile `` target ``save `` knows how to produce a Self Contained
190198Binary file for pgloader, found at ``./build/bin/pgloader ``::
0 commit comments