Skip to content

Commit e20619c

Browse files
committed
Fix README documentation of the one-line make command install
1 parent 6a3cd2e commit e20619c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ package management system such as RPM to install PostgreSQL, be sure that the
4646
to find it:
4747

4848
```sh
49-
env PG_CONFIG=/path/to/pg_config make && make installcheck && make install
49+
env PG_CONFIG=/path/to/pg_config make && make install && make installcheck
5050
```
5151

5252
If you encounter an error such as:
@@ -138,4 +138,4 @@ particular purpose. The software provided hereunder is on an "as is" basis,
138138
and The pg-semver Maintainers no obligations to provide maintenance, support,
139139
updates, enhancements, or modifications.
140140

141-
[`postgresql.conf` parameters]: https://www.postgresql.org/docs/devel/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-OTHER
141+
[`postgresql.conf` parameters]: https://www.postgresql.org/docs/devel/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-OTHER

0 commit comments

Comments
 (0)