Skip to content

Commit cf46f01

Browse files
committed
Slightly improve README.md
1 parent 073f393 commit cf46f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ git clone https://github.com/cybertec-postgresql/pg_show_plans.git
2121
cd pg_show_plans
2222
USE_PGXS=true # `pg_config` binary must be in your $PATH (install Postgres).
2323
make
24-
make install
24+
sudo make install
2525
```
2626

2727
## Within PostgreSQL source tree:
2828

2929
```
30-
export PG_VER='15.1' # Export the required PostgreSQL version.
30+
PG_VER='15.1' # Export the required PostgreSQL version.
3131
curl -O "https://download.postgresql.org/pub/source/v${PG_VER}/postgresql-${PG_VER}.tar.bz2"
3232
tar xvfj "postgresql-${PG_VER}.tar.bz2"
3333
cd postgresql-${PG_VER}
@@ -37,7 +37,7 @@ cd contrib
3737
git clone https://github.com/cybertec-postgresql/pg_show_plans.git
3838
cd pg_show_plans
3939
make
40-
make install
40+
sudo make install
4141
```
4242

4343
# USAGE

0 commit comments

Comments
 (0)