From 07ef0c561e408b37286c89c1dacda74672539e92 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 8 Sep 2010 21:08:11 -0400 Subject: [PATCH] Updated readme w/ gist support. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 6326f30..2582f33 100644 --- a/README +++ b/README @@ -86,7 +86,9 @@ as you type. will be sent to a pastebin and a URL is returned for you to do what you like with. I've hardcoded rafb.net/paste in for now, that needs to be fixed so it's configurable. - Next release, I promise. + Next release, I promise. Support for gist.github.com + was just added. Just add use_gist to your ~/.bpythorc + file, and you'll be pasting strait to Gists instead. * Flush curses screen to stdout. A featurette, perhaps, but I thought it was worth noting.