Skip to content

Commit bb0b458

Browse files
Fix library name (#722)
1 parent da2d6f8 commit bb0b458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/operating-graph-node.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To enable monitoring and reporting, Graph Node can optionally log metrics to a P
4545
- **Additional Requirements for Ubuntu users** - To run a Graph Node on Ubuntu a few additional packages may be needed.
4646

4747
```sh
48-
sudo apt-get install -y clang libpg-dev libssl-dev pkg-config
48+
sudo apt-get install -y clang libpq-dev libssl-dev pkg-config
4949
```
5050

5151
#### Setup

0 commit comments

Comments
 (0)