From d2198e33ee3e5c4caf17fc0e8c6e78a506ca3fb7 Mon Sep 17 00:00:00 2001 From: Aleks Date: Mon, 22 Sep 2014 10:28:20 +0100 Subject: [PATCH] :memo: Added cURL example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 31c5fa7..6fbef75 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,9 @@ There are few options that you can change by editing the file itself: - HTML5 Drag'and'Drop (via dropzone.js) - No Javascript HTML Form fallback - Upload using any compatible tool (like cURL) + + This example will upload a file and copy URL to clipboard: + + ```bash + curl -F "file=@$(pwd)/file.jpg" http://yoir-host/sharing/ > xclip -sel clip + ``` -- 2.39.2