diff options
author | Slack Coder <slackcoder@server.ky> | 2022-05-17 11:22:56 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-05-17 11:22:56 -0500 |
commit | f4571eb811ace291d545b282c165470374048a32 (patch) | |
tree | 6098af33568bd715a31eb53ec2e99a75ba382433 | |
parent | 6c0acbc7c9f7418965c138d3b101e6d1e8f77ede (diff) | |
download | send-over-http-f4571eb811ace291d545b282c165470374048a32.tar.xz |
update readme
-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: .) +# +``` |