You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/doc/docs/get-started/installation.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,30 +11,30 @@ We provide pre-built binaries for Linux, macOS, and Windows. The binary includes
11
11
<TabsgroupId="install-os">
12
12
<TabItemvalue="osx"label="MacOS">
13
13
14
-
Let's go ahead and grab the newest version of VulcanSQL CLI from this link: [vulcan](https://github.com/Canner/vulcan-sql/releases/download/v0.6.0/vulcan.osx.0.6.0.tar.gz).
14
+
Let's go ahead and grab the newest version of VulcanSQL CLI from this link: [vulcan](https://github.com/Canner/vulcan-sql/releases/latest/download/vulcan.osx.tar.gz).
15
15
Once the download is complete, you'll need to extract the file and move it to `/usr/local/bin`:
16
16
17
17
```bash
18
-
tar zxvf vulcan.osx.0.6.0.tar.gz
18
+
tar zxvf vulcan.osx.tar.gz
19
19
mv vulcan /usr/local/bin
20
20
```
21
21
22
22
</TabItem>
23
23
<TabItemvalue="linux"label="Linux">
24
24
25
-
Let's go ahead and grab the newest version of VulcanSQL CLI from this link: [vulcan](https://github.com/Canner/vulcan-sql/releases/download/v0.6.0/vulcan.linux.0.6.0.tar.gz).
25
+
Let's go ahead and grab the newest version of VulcanSQL CLI from this link: [vulcan](https://github.com/Canner/vulcan-sql/releases/latest/download/vulcan.linux.tar.gz).
26
26
Once the download is complete, you'll need to extract the file and move it to `/usr/local/bin`:
27
27
28
28
```bash
29
-
tar zxvf vulcan.linux.0.6.0.tar.gz
29
+
tar zxvf vulcan.linux.tar.gz
30
30
mv vulcan /usr/local/bin
31
31
```
32
32
33
33
</TabItem>
34
34
35
35
<TabItemvalue="win"label="Windows">
36
36
37
-
1.**Downloading the File**: Download the latest version of VulcanSQL CLI from: [vulcan.exe](https://github.com/Canner/vulcan-sql/releases/download/v0.6.0/vulcan.win.0.6.0.zip).
37
+
1.**Downloading the File**: Download the latest version of VulcanSQL CLI from: [vulcan.exe](https://github.com/Canner/vulcan-sql/releases/latest/download/vulcan.win.zip).
38
38
1.**Extracting the File**: Once the download is complete, locate the zip folder in your 'Downloads' directory. Extract the zip folder.
39
39
1.**Moving the `vulcan.exe` File**: Inside the extracted folder, find the `vulcan.exe` file. Cut or copy this file and navigate to the location where you want to store it. This could be a specific directory or your desktop for easy access.
0 commit comments