Skip to content

Commit 58fc918

Browse files
authored
Update installation.mdx (#229)
1 parent 2cd6ca6 commit 58fc918

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/content/docs/installation.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ executable with no dependencies that can be used to interact with a Kùzu databa
1616
<Tabs>
1717
<TabItem label="macOS">
1818

19-
You can install the Kùzu CLI using Homebrew.
19+
Use a tool like cURL to download the latest version of the Kùzu CLI to your local machine. Alternatively,
20+
simply copy-paste [this URL](https://github.com/kuzudb/kuzu/releases/download/v0.5.0/kuzu_cli-osx-universal.tar.gz)
21+
into your browser.
2022

2123
```bash
22-
brew install kuzu
24+
curl -L -O https://github.com/kuzudb/kuzu/releases/download/v0.5.0/kuzu_cli-osx-universal.tar.gz
2325
```
2426

27+
Double-click the `kuzu_cli-osx-universal.tar.gz` file to extract a file named `kuzu`.
28+
2529
</TabItem>
2630

2731
<TabItem label="Linux">

0 commit comments

Comments
 (0)