Skip to content

Commit 3955858

Browse files
committed
chore: Fix README to point to latest release
1 parent c8087e0 commit 3955858

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ When mounted with the [Tigris](https://www.tigrisdata.com) backend TigrisFS supp
3636

3737
## Prebuilt DEB and RPM packages
3838

39-
* Download the latest release: [DEB](https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2/tigrisfs_1.1.2_linux_amd64.deb), [RPM](https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2/tigrisfs_1.1.2_linux_amd64.rpm).
39+
* Download the latest release: [DEB](https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0/tigrisfs_1.2.0_linux_amd64.deb), [RPM](https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0/tigrisfs_1.2.0_linux_amd64.rpm).
4040
* Install the package:
4141
* Debian-based systems:
4242
```bash
43-
dpkg -i tigrisfs_1.1.2_linux_amd64.deb
43+
dpkg -i tigrisfs_1.2.0_linux_amd64.deb
4444
```
4545
* RPM-based systems:
4646
```bash
47-
rpm -i tigrisfs_1.1.2_linux_amd64.rpm
47+
rpm -i tigrisfs_1.2.0_linux_amd64.rpm
4848
```
4949
* Configure credentials
5050
TigrisFS can use credentials from different sources:
@@ -71,7 +71,7 @@ See [docs](https://www.tigrisdata.com/docs/sdks/s3/aws-cli/) for more details.
7171
* Download and unpack the latest release:
7272
* MacOS ARM64
7373
```
74-
curl -L https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2/tigrisfs_1.1.2_darwin_arm64.tar.gz | tar -xz -C /usr/local/bin
74+
curl -L https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0/tigrisfs_1.2.0_darwin_arm64.tar.gz | sudo tar -xz -C /usr/local/bin
7575
```
7676
* Configuration is the same as for the DEB and RPM packages above.
7777
* Mount the bucket:

0 commit comments

Comments
 (0)