diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 14:31:18 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 14:31:18 +0200 |
| commit | 1fc306d3e1192aab13f581446a6612101fc08b9c (patch) | |
| tree | 2d6f7d76e8fe11a81fa2c97f1b467c5f31157fbe | |
| parent | c335d423e3b49b923bdd4d1dbe242f252f335d01 (diff) | |
Document alternative way to install binaries
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
