Update README.md

This commit is contained in:
Mateusz Kaczanowski 2020-05-12 23:24:06 +02:00 committed by GitHub
parent 4c057a030b
commit f86d0ca9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ docker run mkaczanowski/pastebin --address localhost --port 8000
### Client ### Client
``` ```
alias pastebin="curl -q -L -d @- -o - http://localhost:8000/" alias pastebin="curl -q -L --data-binary @- -o - http://localhost:8000/"
echo "hello World" | pastebin echo "hello World" | pastebin
http://localhost:8000/T9kGrI5aNkI4Z-PelmQ5U http://localhost:8000/T9kGrI5aNkI4Z-PelmQ5U