Skip to content

Commit 52c2b1a

Browse files
authored
Update installing.mdx
1 parent a8e9e08 commit 52c2b1a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

advocacy_docs/pg_extensions/spl_check/installing.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
title: "Installing EDB SPL Check"
33
---
44

5-
## Install the package
6-
7-
The syntax for the package install command is:
5+
The syntax to install the package is:
86

97
```shell
108
sudo <package-manager> -y install edb-<postgres><postgres_version>-spl-check
119
```
1210

1311
Where:
14-
- `<package-manager>`is the package manager used with your operating system:
12+
- `<package-manager>` is the package manager used with your operating system:
1513

1614
| Package manager | Operating system |
1715
| --------------- | -------------------------------- |
18-
| dnf | RHEL 8/9 and derivatives |
16+
| dnf | RHEL 8/9 and derivatives |
1917
| yum | RHEL 7 and derivatives, CentOS 7 |
2018
| zypper | SLES |
2119
| apt-get | Debian and derivatives |

0 commit comments

Comments
 (0)