Skip to content

Commit 6ad96b1

Browse files
author
Philipp Heckel
committed
Bump version
1 parent f34090f commit 6ad96b1

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
@@ -44,13 +44,13 @@ sudo apt install pcopy
4444

4545
**Debian/Ubuntu** (*manual install*)**:**
4646
```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
4949
```
5050

5151
**Fedora/RHEL/CentOS:**
5252
```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
5454
```
5555

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

6767
**Manual install** (*any x86_64-based Linux*)**:**
6868
```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
7171
```
7272

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

0 commit comments

Comments
 (0)