Skip to content

Commit e84c500

Browse files
committed
doc: bump version
1 parent 2c33cd9 commit e84c500

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ OneKeymap CLI is a powerful command-line tool that lets you import, export, and
3838

3939
- **Debian/Ubuntu (.deb)**
4040
```bash
41-
wget https://github.com/xinnjie/onekeymap-cli/releases/download/v0.7.2/onekeymap-cli_0.7.2_x86_64.deb
42-
sudo dpkg -i onekeymap-cli_0.7.2_x86_64.deb
41+
wget https://github.com/xinnjie/onekeymap-cli/releases/download/v0.8.0/onekeymap-cli_0.8.0_x86_64.deb
42+
sudo dpkg -i onekeymap-cli_0.8.0_x86_64.deb
4343
```
4444
- **Fedora/RHEL/CentOS (.rpm)**
4545
```bash
46-
wget https://github.com/xinnjie/onekeymap-cli/releases/download/v0.7.2/onekeymap-cli_0.7.2_x86_64.rpm
47-
sudo rpm -i onekeymap-cli_0.7.2_x86_64.rpm
46+
wget https://github.com/xinnjie/onekeymap-cli/releases/download/v0.8.0/onekeymap-cli_0.8.0_x86_64.rpm
47+
sudo rpm -i onekeymap-cli_0.8.0_x86_64.rpm
4848
```
4949
- **Alpine (.apk)**
5050
```bash
51-
wget https://github.com/xinnjie/onekeymap-cli/releases/download/v0.7.2/onekeymap-cli_0.7.2_x86_64.apk
52-
sudo apk add --allow-untrusted onekeymap-cli_0.7.2_x86_64.apk
51+
wget https://github.com/xinnjie/onekeymap-cli/releases/download/v0.8.0/onekeymap-cli_0.8.0_x86_64.apk
52+
sudo apk add --allow-untrusted onekeymap-cli_0.8.0_x86_64.apk
5353
```
5454

5555
#### Windows

0 commit comments

Comments
 (0)