aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2022-05-17 11:22:56 -0500
committerSlack Coder <slackcoder@server.ky>2022-05-17 11:22:56 -0500
commitf4571eb811ace291d545b282c165470374048a32 (patch)
tree6098af33568bd715a31eb53ec2e99a75ba382433
parent6c0acbc7c9f7418965c138d3b101e6d1e8f77ede (diff)
downloadsend-over-http-f4571eb811ace291d545b282c165470374048a32.tar.gz
update readme
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d54b1b..bcf014d 100644
--- 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: .)
+#
+```