From 087c99ebd2a8dfab09c96882f9c1c98c1e930df5 Mon Sep 17 00:00:00 2001 From: einisto <79069176+einisto@users.noreply.github.com> Date: Wed, 27 Jul 2022 01:38:11 +0300 Subject: [PATCH] Include version to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba5f18a..8f2ff73 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ## TCP socket pair for easy and efficient file transfer -Single binary (~5.6 MB) containing both server and client. Originally made as an backend for [other project](https://github.com/einisto/leightbox). +Single binary containing both server and client. Originally made as an backend for [other project](https://github.com/einisto/leightbox).

+

@@ -24,7 +25,7 @@ cargo build --release If no options are specified the app starts as a server by default. It can be started as a client by defining a target address as shown below. -```shell +``` USAGE: fragilebyte [OPTIONS]