File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ sudo apt install pcopy
43
43
44
44
** Debian/Ubuntu** (* manual install* )** :**
45
45
``` 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
48
48
```
49
49
50
50
** Fedora/RHEL/CentOS:**
51
51
``` 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
53
53
```
54
54
55
55
** Docker** (* see [ detailed instructions] ( #docker-usage ) * )** :**
@@ -65,8 +65,8 @@ go get -u heckel.io/pcopy
65
65
66
66
** Manual install** (* any x86_64-based Linux* )** :**
67
67
``` 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
70
70
```
71
71
72
72
After installation, you may want to check out the [ Bash/ZSH autocomplete instructions] ( #bashzsh-autocompletion ) .
You can’t perform that action at this time.
0 commit comments