Skip to content

Commit f6e13db

Browse files
committed
Revised package name, per Martin's suggestions
1 parent 436bebe commit f6e13db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advocacy_docs/pg_extensions/wait_states/installing.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install EDB Wait States on any Linux operating system except Debian or Ubuntu
1010
1. Enter the following command:
1111

1212
```shell
13-
sudo <package-manager> -y install <install-command>
13+
sudo <package-manager> -y install <install-package-name>
1414
```
1515

1616
Where:
@@ -23,7 +23,7 @@ To install EDB Wait States on any Linux operating system except Debian or Ubuntu
2323
| yum | RHEL 7 and derivatives, CentOS 7 |
2424
| zypper | SLES |
2525

26-
- `<install-command>` is the command required for the type of Postgres distribution you're using. In these commands `<version>` is the version of the Postgres distribution.
26+
- `<install-package-name>` is the name of the Postgres distribution you're using. In the package names `<version>` is the version of the Postgres distribution.
2727

2828
| Type of Postgres distribution | Install command |
2929
| ----------------------------- | ------------------------------------------- |
@@ -59,12 +59,12 @@ To install EDB Wait States on Debian or Ubuntu:
5959
1. Enter the following command:
6060

6161
```shell
62-
sudo apt-get -y install <install-command>
62+
sudo apt-get -y install <install-package-name>
6363
```
6464

6565
Where:
6666

67-
`<install-command>` is the command required for the type of Postgres distribution you're using. In these commands `<version>` is the version of the Postgres distribution.
67+
`<install-package-name>` is the name of the Postgres distribution you're using. In the package names `<version>` is the version of the Postgres distribution.
6868

6969
| Type of Postgres distribution | Install command |
7070
| ----------------------------- | -------------------------------------------- |

0 commit comments

Comments
 (0)