diff --git a/README.md b/README.md index 3ec394a..3d436fd 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ abyss is a basic and mostly single user http server written in go made for uploa curl -F "file=@/path/to/file" -H "X-Auth: "$(cat /path/to/.key) http://localhost:3235/ ``` +- it is also possible to add a `-Fsecret=` to your POST to make filenames bigger and harder to guess. + - you should probably create an `alias` or a `function` to do this automatically for you.
click for an example for bash/zsh: