From f4437e46efb4c82323c25620e4db88572f968a41 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sun, 25 Oct 2015 21:23:09 +0800 Subject: [PATCH] Advertise image size --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c3bdb..1a17191 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ Offline Greptweet on Chrome IOS +* Image VIRTUAL SIZE <100MB (Docker) * Uses [HTML offline feature](http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html) * Aims to [suck less](http://suckless.org) by keeping lines of code low +* Can run from command line * **Please** review and comment on the code! # Known limitations @@ -21,7 +23,7 @@ Invoke a fetch of a TWITTER_USERNAME by accessing the URL: Last 4 tweets: - curl --compressed -s http://greptweet.com/u/webconverger/tweets.txt | head -n4 + curl --compressed -s http://greptweet.com/u/webconverger/tweets.txt | head # Getting a Bearer Token