diff options
author | Christoph Berg | 2013-07-04 11:17:57 +0000 |
---|---|---|
committer | Christoph Berg | 2013-07-04 11:17:57 +0000 |
commit | f24ab83d14ec1648117260ea08363abe6e18edc4 (patch) | |
tree | 4892cdd2e4addcafbf8ee89dc75ee4697e41d79a | |
parent | f985221e57db04366b025be3c3d8dc4ac3854721 (diff) |
README: Fix two typos
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,12 +36,12 @@ make install The last step usually needs to be done as the root user. You may want to copy the script to a place that makes more sense for Nagios, if using it -for that purpose. See the "Quick" insructions above. +for that purpose. See the "Quick" instructions above. For 'make test', please report any failing tests to [email protected]. The tests need to have some standard Postgres binaries available, such as 'initdb', 'psql', and 'pg_ctl'. If these are not in your path, or you want to -use specific ones, pleae set the environment variable PGBINDIR first. +use specific ones, please set the environment variable PGBINDIR first. Once 'make install' has been done, you should have access to the complete documentation by typing: |