summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2018-11-01 19:30:07 +0100
committerGitHub <noreply@github.com>2018-11-01 19:30:07 +0100
commitdb9fe006ba01cc0607f66543d010ebc0d7aa21da (patch)
tree623c6e740bae5d85ca77b3cd24cda8095aeed8b5
parent903d8a1c87a79646ca724de6a7e5d1776c4333db (diff)
Add install instructions
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 026d652..d3d405c 100644
--- a/README.md
+++ b/README.md
@@ -55,3 +55,16 @@ hyperfine --warmup 5 'dup' 'sn p -d0 -j8' 'du -shb'
| `dup` | 413.6 ± 3.8 | 405.9…420.5 |
| `sn p -d0 -j8` | 613.6 ± 11.7 | 602.0…633.0 |
| `du -shb` | 1112.2 ± 4.2 | 1104.9…1118.4 |
+
+## Installation
+
+### 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
+```
+
+### On other distrubutions
+
+Check out the [release page](https://github.com/sharkdp/dup/releases) for binary builds.