Skip to content

Commit 9025811

Browse files
authored
Merge pull request #242 from Canner/chore/update-release-assets-info
Chore: update release assets info of the binary process
2 parents e6c563a + cd28c85 commit 9025811

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/doc/docs/get-started/installation.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@ We provide pre-built binaries for Linux, macOS, and Windows. The binary includes
1111
<Tabs groupId="install-os">
1212
<TabItem value="osx" label="MacOS">
1313

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).
1515
Once the download is complete, you'll need to extract the file and move it to `/usr/local/bin`:
1616

1717
```bash
18-
tar zxvf vulcan.osx.0.6.0.tar.gz
18+
tar zxvf vulcan.osx.tar.gz
1919
mv vulcan /usr/local/bin
2020
```
2121

2222
</TabItem>
2323
<TabItem value="linux" label="Linux">
2424

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).
2626
Once the download is complete, you'll need to extract the file and move it to `/usr/local/bin`:
2727

2828
```bash
29-
tar zxvf vulcan.linux.0.6.0.tar.gz
29+
tar zxvf vulcan.linux.tar.gz
3030
mv vulcan /usr/local/bin
3131
```
3232

3333
</TabItem>
3434

3535
<TabItem value="win" label="Windows">
3636

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).
3838
1. **Extracting the File**: Once the download is complete, locate the zip folder in your 'Downloads' directory. Extract the zip folder.
3939
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.
4040

0 commit comments

Comments
 (0)