summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2018-11-01 23:36:48 +0100
committerGitHub <noreply@github.com>2018-11-01 23:36:48 +0100
commit13564d106a49b6679a155d5c90008cf87a1ca668 (patch)
treeac5f9fed6941fe9197fde632a282f925341d3870
parent6d254580b7d18cd9f6555d9622a441e0e41f4f03 (diff)
Add cargo install instructions
closes #2
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 664d69f..3c7e00f 100644
--- a/README.md
+++ b/README.md
@@ -67,3 +67,9 @@ 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.
+
+### Via cargo
+
+```
+cargo install du-dup
+```