aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2021-08-06 14:31:18 +0200
committerReiner Herrmann <reiner@reiner-h.de>2021-08-06 14:31:18 +0200
commit1fc306d3e1192aab13f581446a6612101fc08b9c (patch)
tree2d6f7d76e8fe11a81fa2c97f1b467c5f31157fbe
parentc335d423e3b49b923bdd4d1dbe242f252f335d01 (diff)
Document alternative way to install binaries
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b700a07..08428c6 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,11 @@ Use cargo to build the binaries (output dir is `target/release/`):
$ cargo build --release
```
+To directly download, compile and install the binaries:
+```
+$ cargo install rtftp
+```
+
### Client