summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2018-11-01 23:37:25 +0100
committerGitHub <noreply@github.com>2018-11-01 23:37:25 +0100
commita4daa3439c083d2885a387bd7c7bc722bec12782 (patch)
tree669d03f3b732d07f5b79e4701ce29fb21eabb0fd
parent13564d106a49b6679a155d5c90008cf87a1ca668 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c7e00f..1f33857 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,8 @@ hyperfine --warmup 5 'dup' 'sn p -d0 -j8' 'du -sb' 'dust -d0'
### On Debian-based systems
``` bash
-wget "https://github.com/sharkdp/dup/releases/download/v0.1.0/dup_0.1.0_amd64.deb"
-sudo dpkg -i dup_0.1.0_amd64.deb
+wget "https://github.com/sharkdp/dup/releases/download/v0.2.0/dup_0.2.0_amd64.deb"
+sudo dpkg -i dup_0.2.0_amd64.deb
```
### On other distrubutions