From cfe8e96efe160ff448b7f1442a18309a437b5f28 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Sat, 21 Sep 2024 10:15:35 -0400 Subject: [PATCH] doc pip install --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ec1c7f9..e15bef48 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,12 @@ Also it seemed like a nice project to spend more time with Rust. ## Install -Note: due to `squawk`'s dependency on -[`libpg_query`](https://github.com/lfittl/libpg_query/issues/44), `squawk` -supports Linux, macOS and Windows - ```shell npm install -g squawk-cli +# or via PYPI +pip install squawk-cli + # or install binaries directly via the releases page https://github.com/sbdchd/squawk/releases ```