Update README.md

This commit is contained in:
Mateusz Kaczanowski 2020-09-03 02:01:49 +02:00 committed by GitHub
parent 5793f5c87e
commit 201451e2af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ docker run --network host mkaczanowski/pastebin --address localhost --port 8000
### Client ### Client
``` ```
alias pastebin="curl -q -L --data-binary @- -o - http://localhost:8000/" alias pastebin="curl -w '\n' -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