From b8aecc631221004140e3854c575518e3c23114aa Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Tue, 9 May 2017 18:53:23 +0200 Subject: [PATCH] Updated README. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8119fff..3219521 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # tooty -An [experimental Mastodon client](https://n1k0.github.io/tooty/) written in Elm. +An experimental multi-account [Mastodon Web client](https://n1k0.github.io/tooty/) written in Elm. -![](http://i.imgur.com/4sJCngb.png) +![](http://i.imgur.com/hyCKVdf.png) + +Tooty is a fully static Web application running in recent browsers, you don't need any custom server setup to use it. Just serve it and your done, or use the [version hosted on Github Pages](https://n1k0.github.io/tooty/). + +If you want to self host Tooty, just [grab a build](https://github.com/n1k0/tooty/archive/gh-pages.zip) and serve it over HTTP. ### Setting up the development environment