Skip to content

Commit 28ef36a

Browse files
committed
README and install docs improvements.
1 parent 5f5734c commit 28ef36a

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,13 @@ Licence](http://www.postgresql.org/about/licence/).
8888

8989
Please see full documentation at
9090
[https://pgloader.readthedocs.io/](https://pgloader.readthedocs.io/en/latest/install.html).
91+
92+
If you're using debian, it's already available:
93+
94+
$ apt-get install pgloader
95+
96+
If you're using docker, you can use the latest version built by the CI at
97+
each commit to the master branch:
98+
99+
$ docker pull ghcr.io/dimitri/pgloader:latest
100+
$ docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader --version

docs/install.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
1927
Docker Images
2028
-------------
2129

@@ -125,7 +133,7 @@ production environments.
125133
rpmbuild -ba pgloader.spec
126134

127135
Building from sources on macOS
128-
------------------------------
136+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129137

130138
We suppose you already have ``git`` and ``make`` available, if that's not
131139
the 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

156164
Building from sources on Windows
157-
--------------------------------
165+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
158166

159167
Building pgloader on Windows is supported (in theory), thanks to Common Lisp
160168
implementations 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
173181
to support that target.
174182

175183
Building Docker image from sources
176-
----------------------------------
184+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
177185

178186
You 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

186194
More options when building from source
187-
--------------------------------------
195+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188196

189197
The ``Makefile`` target ``save`` knows how to produce a Self Contained
190198
Binary file for pgloader, found at ``./build/bin/pgloader``::

0 commit comments

Comments
 (0)