Mercurial > zeropaste
diff README.md @ 392:95bb6750003e
Update the latest domain/https.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 13 Jun 2015 08:41:51 +0900 |
parents | 62f2a4b27af6 |
children | c302c80dfa0c |
line wrap: on
line diff
--- a/README.md Sat Jun 06 22:36:32 2015 +0900 +++ b/README.md Sat Jun 13 08:41:51 2015 +0900 @@ -28,15 +28,15 @@ Pasting from CLI: - ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' + ...some commands... | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste]=<-' Or with gzip to save bandwidth: - ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' + ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-' Privately: - ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' + ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' Design ------