commit f4571eb811ace291d545b282c165470374048a32 parent 6c0acbc7c9f7418965c138d3b101e6d1e8f77ede Author: Slack Coder <slackcoder@server.ky> Date: Tue, 17 May 2022 11:22:56 -0500 update readme Diffstat:
| M | README.md | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,10 +1,16 @@ # Send Over HTTP -Share a file with someone nearby over HTTP using a QR Code. +Share a file with someone nearby over HTTP using a QR Code printed to the terminal. Inspired by the android app [Share Via HTTP](https://github.com/marcosdiez/shareviahttp). ## Usaage +``` go run ./cmd/send-over-http --help +# Usage of send-over-http [target] +# +# target - file or directory to share (default: .) +# +```