aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: .)
+#
+```