summaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorAnonymous <anon@anon.com>2021-08-26 16:33:09 +0200
committerAnonymous <anon@anon.com>2021-08-26 16:33:09 +0200
commit43887d849bd46e3e2cbd8e08d6fae010a11ce4a7 (patch)
treee20136914ba79f8edf47aca967abfe9e669ec436 /Home.md
parent5b3d77e9ee1a16778238e5e561ce63f226e3b5b6 (diff)
Updated Home.md (markdown)
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index 4bca62d..ddbbc53 100644
--- a/Home.md
+++ b/Home.md
@@ -55,7 +55,7 @@ There are some ways to support krebs:
do it
- [c.r](http://c.r)
- - read-write arbitrary urls with `cat $file | curl -d @- http://c.r/my/custom/path`
+ - read-write arbitrary urls with `cat $file | curl --data-binary @- http://c.r/my/custom/path`
- delete with `curl -X DELETE http://c.r/my/custom/path`
- if posted again will override old content
- stuff will be reachable at http://c.r/my/custom/path or https://c.krebsco.de/my/custom/path