File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,16 @@ executable with no dependencies that can be used to interact with a Kùzu databa
16
16
<Tabs >
17
17
<TabItem label = " macOS" >
18
18
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.
20
22
21
23
``` 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
23
25
```
24
26
27
+ Double-click the ` kuzu_cli-osx-universal.tar.gz ` file to extract a file named ` kuzu ` .
28
+
25
29
</TabItem >
26
30
27
31
<TabItem label = " Linux" >
You can’t perform that action at this time.
0 commit comments