Skip to content

Commit ddd8836

Browse files
docs: bump install version to vv0.1.0 in README
1 parent 53fe4a0 commit ddd8836

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,53 @@ Or install manually from the release tarball:
1818

1919
```bash
2020
# Apple Silicon (M1/M2/M3)
21-
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-v<VERSION>-aarch64-apple-darwin.tar.gz
22-
tar -xzf kdc-v<VERSION>-aarch64-apple-darwin.tar.gz
21+
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-vv0.1.0-aarch64-apple-darwin.tar.gz
22+
tar -xzf kdc-vv0.1.0-aarch64-apple-darwin.tar.gz
2323
sudo mv kdc /usr/local/bin/
2424

2525
# Intel
26-
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-v<VERSION>-x86_64-apple-darwin.tar.gz
27-
tar -xzf kdc-v<VERSION>-x86_64-apple-darwin.tar.gz
26+
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-vv0.1.0-x86_64-apple-darwin.tar.gz
27+
tar -xzf kdc-vv0.1.0-x86_64-apple-darwin.tar.gz
2828
sudo mv kdc /usr/local/bin/
2929
```
3030

31-
Replace `<VERSION>` with the latest release tag (e.g. `0.1.0`). Find all releases at the [releases page](https://github.com/KDM-cli/kdc-cli/releases).
31+
Replace `v0.1.0` with the latest release tag (e.g. `0.1.0`). Find all releases at the [releases page](https://github.com/KDM-cli/kdc-cli/releases).
3232

3333
---
3434

3535
### Linux — Debian / Ubuntu (.deb)
3636

3737
```bash
3838
# amd64
39-
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc_<VERSION>_amd64.deb
40-
sudo dpkg -i kdc_<VERSION>_amd64.deb
39+
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc_v0.1.0_amd64.deb
40+
sudo dpkg -i kdc_v0.1.0_amd64.deb
4141

4242
# arm64
43-
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc_<VERSION>_arm64.deb
44-
sudo dpkg -i kdc_<VERSION>_arm64.deb
43+
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc_v0.1.0_arm64.deb
44+
sudo dpkg -i kdc_v0.1.0_arm64.deb
4545
```
4646

4747
### Linux — Fedora / RHEL / openSUSE (.rpm)
4848

4949
```bash
5050
# x86_64
51-
sudo rpm -i https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-<VERSION>-1.x86_64.rpm
51+
sudo rpm -i https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-v0.1.0-1.x86_64.rpm
5252

5353
# aarch64
54-
sudo rpm -i https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-<VERSION>-1.aarch64.rpm
54+
sudo rpm -i https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-v0.1.0-1.aarch64.rpm
5555
```
5656

5757
### Linux — tarball (any distro)
5858

5959
```bash
6060
# x86_64
61-
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-v<VERSION>-x86_64-unknown-linux-gnu.tar.gz
62-
tar -xzf kdc-v<VERSION>-x86_64-unknown-linux-gnu.tar.gz
61+
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-vv0.1.0-x86_64-unknown-linux-gnu.tar.gz
62+
tar -xzf kdc-vv0.1.0-x86_64-unknown-linux-gnu.tar.gz
6363
sudo mv kdc /usr/local/bin/
6464

6565
# aarch64
66-
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-v<VERSION>-aarch64-unknown-linux-gnu.tar.gz
67-
tar -xzf kdc-v<VERSION>-aarch64-unknown-linux-gnu.tar.gz
66+
curl -LO https://github.com/KDM-cli/kdc-cli/releases/latest/download/kdc-vv0.1.0-aarch64-unknown-linux-gnu.tar.gz
67+
tar -xzf kdc-vv0.1.0-aarch64-unknown-linux-gnu.tar.gz
6868
sudo mv kdc /usr/local/bin/
6969
```
7070

@@ -75,7 +75,7 @@ sudo mv kdc /usr/local/bin/
7575
Download the `.zip` from the [releases page](https://github.com/KDM-cli/kdc-cli/releases/latest):
7676

7777
```
78-
kdc-v<VERSION>-x86_64-pc-windows-msvc.zip
78+
kdc-vv0.1.0-x86_64-pc-windows-msvc.zip
7979
```
8080

8181
Extract `kdc.exe` and place it somewhere on your `PATH` (e.g. `C:\Users\<you>\bin\`).

0 commit comments

Comments
 (0)