mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Fix libpq typo in beacon.watch README (#4356)
## Issue Addressed Fix README typo (`libpg` -> `libpq`). Co-authored-by: Jimmy Chen <jimmy@sigmaprime.io>
This commit is contained in:
@@ -12,7 +12,7 @@ data which is:
|
|||||||
### Requirements
|
### Requirements
|
||||||
- `git`
|
- `git`
|
||||||
- `rust` : https://rustup.rs/
|
- `rust` : https://rustup.rs/
|
||||||
- `libpg` : https://www.postgresql.org/download/
|
- `libpq` : https://www.postgresql.org/download/
|
||||||
- `diesel_cli` :
|
- `diesel_cli` :
|
||||||
```
|
```
|
||||||
cargo install diesel_cli --no-default-features --features postgres
|
cargo install diesel_cli --no-default-features --features postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user