Skip to content

Commit

Permalink
doc: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
petlack committed Jul 18, 2024
1 parent f0bf5e6 commit c84e4f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ pass show 'TOTP/mykey' |
### Alpine
Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest apk package and public key.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240713.01-r1.apk
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240713.01-r1.apk.rsa.pub
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240718.01-r1.apk
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240718.01-r1.apk.rsa.pub
cp dotp-0.0.1.20240718.01-r1.apk.rsa.pub /etc/apk/keys/
apk add dotp-0.0.1.20240718.01-r1.apk
```
Expand All @@ -145,21 +145,21 @@ sudo pacman -U ./archlinux/pkgbuild-src/dotp-0.0.1.20240718.01-1-x86_64.pkg.tar.

Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest Arch Linux package.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240713.01-1-x86_64.pkg.tar.zst
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240718.01-1-x86_64.pkg.tar.zst
sudo pacman -U ./dotp-0.0.1.20240718.01-1-x86_64.pkg.tar.zst
```

### Fedora/openSUSE
Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest **rpm** package.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp_0.0.1.20240713.01.fc41.x86_64.rpm
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp_0.0.1.20240718.01.fc41.x86_64.rpm
sudo dnf install -y dotp_0.0.1.20240718.01-1.fc41.x86_64.rpm
```

### Ubuntu/Debian
Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest **deb** package.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp_0.0.1.20240713.01-1_amd64.deb
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp_0.0.1.20240718.01-1_amd64.deb
sudo dpkg -i dotp_0.0.1.20240718.01-1_amd64.deb
```

Expand Down

0 comments on commit c84e4f9

Please sign in to comment.