summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1463056..146a3fa 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,10 @@
The `temp-postgres` utility runs the PostgreSQL server off a temporary data
directory. See [this][intro] blog post for an introduction.
+This project's original source code is hosted [here][home].
+
[intro]: https://www.skreutz.com/posts/temporary-postgresql-server/
+[home]: https://git.skreutz.com/temp-postgres.git/
## Usage
@@ -25,10 +28,18 @@ On OpenBSD you can install the dependencies using `pkg_add(1)`:
$ doas pkg_add postgresql-server postgresql-client
+On FreeBSD you can install the dependencies using `pkg-install(8)`:
+
+ $ sudo pkg install postgresql16-server postgresql16-client
+
On Void Linux you can install the dependencies using `xbps-install(1)`:
$ sudo xbps-install -S dash postgresql postgresql-client
+On Arch Linux you can install the dependencies using `pacman(8)`:
+
+ $ sudo pacman -Syu postgresql
+
## Installation
$ ./configure
Generated by cgit. See skreutz.com for my tech blog and contact information.