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 @@ -44,13 +44,13 @@ sudo apt install pcopy
44
44
45
45
** Debian/Ubuntu** (* manual install* )** :**
46
46
``` bash
47
- wget https://github.com/binwiederhier/pcopy/releases/download/v0.5.9 /pcopy_0.5.9_amd64 .deb
48
- dpkg -i pcopy_0.5.9_amd64 .deb
47
+ wget https://github.com/binwiederhier/pcopy/releases/download/v0.6.0 /pcopy_0.6.0_amd64 .deb
48
+ dpkg -i pcopy_0.6.0_amd64 .deb
49
49
```
50
50
51
51
** Fedora/RHEL/CentOS:**
52
52
``` bash
53
- rpm -ivh https://github.com/binwiederhier/pcopy/releases/download/v0.5.9 /pcopy_0.5.9_amd64 .rpm
53
+ rpm -ivh https://github.com/binwiederhier/pcopy/releases/download/v0.6.0 /pcopy_0.6.0_amd64 .rpm
54
54
```
55
55
56
56
** Docker** (* see [ detailed instructions] ( #docker-usage ) * )** :**
@@ -66,8 +66,8 @@ go get -u heckel.io/pcopy
66
66
67
67
** Manual install** (* any x86_64-based Linux* )** :**
68
68
``` bash
69
- wget https://github.com/binwiederhier/pcopy/releases/download/v0.5.9 /pcopy_0.5.9_linux_x86_64 .tar.gz
70
- sudo tar -C /usr/bin -zxf pcopy_0.5.9_linux_x86_64 .tar.gz pcopy
69
+ wget https://github.com/binwiederhier/pcopy/releases/download/v0.6.0 /pcopy_0.6.0_linux_x86_64 .tar.gz
70
+ sudo tar -C /usr/bin -zxf pcopy_0.6.0_linux_x86_64 .tar.gz pcopy
71
71
```
72
72
73
73
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