diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: .) +# +``` |