From 0632dae5ebd6337f162a9da6935e5a4ec68c4213 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Sat, 10 Feb 2018 20:29:31 +0100 Subject: [PATCH] README: Add path to initdb as an example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ca9171..3c1ba72 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ Run in modify-mode: ``` ## TEST: -There is a small test suite in the `test` directory that runs against an internal ruby-ldapserver and PostgreSQL server. Ensure gem `ruby-ldapserver` is installed and `pg_ctl`, `initdb` and `psql` commands are in the `PATH`. Then: +There is a small test suite in the `test` directory that runs against an internal LDAP server and a PostgreSQL server. Ensure `pg_ctl`, `initdb` and `psql` commands are in the `PATH` like so: ```sh cd pg-ldap-sync - rake test + PATH=$PATH:/usr/lib/postgresql/10/bin/ rake test ``` ## ISSUES: