Skip to content

Commit 9fe979e

Browse files
author
Philipp Heckel
committed
Instructions update
1 parent c17fabf commit 9fe979e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ sudo apt install pcopy
4343

4444
**Debian/Ubuntu** (*manual install*)**:**
4545
```bash
46-
wget https://github.com/binwiederhier/pcopy/releases/download/v0.5.5/pcopy_0.5.5_amd64.deb
47-
dpkg -i pcopy_0.5.5_amd64.deb
46+
wget https://github.com/binwiederhier/pcopy/releases/download/v0.5.6/pcopy_0.5.6_amd64.deb
47+
dpkg -i pcopy_0.5.6_amd64.deb
4848
```
4949

5050
**Fedora/RHEL/CentOS:**
5151
```bash
52-
rpm -ivh https://github.com/binwiederhier/pcopy/releases/download/v0.5.5/pcopy_0.5.5_amd64.rpm
52+
rpm -ivh https://github.com/binwiederhier/pcopy/releases/download/v0.5.6/pcopy_0.5.6_amd64.rpm
5353
```
5454

5555
**Docker** (*see [detailed instructions](#docker-usage)*)**:**
@@ -65,8 +65,8 @@ go get -u heckel.io/pcopy
6565

6666
**Manual install** (*any x86_64-based Linux*)**:**
6767
```bash
68-
wget https://github.com/binwiederhier/pcopy/releases/download/v0.5.5/pcopy_0.5.5_linux_x86_64.tar.gz
69-
sudo tar -C /usr/bin -zxf pcopy_0.5.5_linux_x86_64.tar.gz pcopy
68+
wget https://github.com/binwiederhier/pcopy/releases/download/v0.5.6/pcopy_0.5.6_linux_x86_64.tar.gz
69+
sudo tar -C /usr/bin -zxf pcopy_0.5.6_linux_x86_64.tar.gz pcopy
7070
```
7171

7272
After installation, you may want to check out the [Bash/ZSH autocomplete instructions](#bashzsh-autocompletion).

0 commit comments

Comments
 (0)