From 8206eb5df72cb354c52c5e0c63e82edecc16a684 Mon Sep 17 00:00:00 2001 From: Federico Rivollier Date: Tue, 23 Feb 2016 15:15:14 -0300 Subject: [PATCH] Added -r option to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1051290..f86a885 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ upload content to https://gist.github.com/. gist -l : all gists for authed user gist -l defunkt : list defunkt's public gists +To read a gist and print it to STDOUT + + gist -r GIST_ID + gist -r 374130 + ‌See `gist --help` for more detail. ## Login