We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc010b0 commit 013a414Copy full SHA for 013a414
README.md
@@ -13,13 +13,12 @@ Also it seemed like a nice project to spend more time with Rust.
13
14
## Install
15
16
-Note: due to `squawk`'s dependency on
17
-[`libpg_query`](https://github.com/lfittl/libpg_query/issues/44), `squawk`
18
-supports Linux, macOS and Windows
19
-
20
```shell
21
npm install -g squawk-cli
22
+# or via PYPI
+pip install squawk-cli
+
23
# or install binaries directly via the releases page
24
https://github.com/sbdchd/squawk/releases
25
```
0 commit comments