# HG changeset patch # User nanaya # Date 1441479214 -32400 # Node ID 4bf12ecde0ee43e7794f61c169da2a11548bc27d # Parent 851432f21603f51bb50a0ec278c2942f7b474edd# Parent 5fb3288960cab851e6224adaeae2871e2012ceed Back to default. diff -r 851432f21603 -r 4bf12ecde0ee Gemfile.lock diff -r 851432f21603 -r 4bf12ecde0ee README.md --- a/README.md Sun Sep 06 03:52:52 2015 +0900 +++ b/README.md Sun Sep 06 03:53:34 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 ------