From 474d51a9304bec4426aa7b95a2e17f52d1e45b21 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 11 Aug 2019 21:57:46 +0200 Subject: [PATCH] Updated install instructions and description in README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fa9f02..5dd93ab 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ mastotool ========= -Mastodon Statistics Generator +mastotool offers a collection of tools to work with your Mastodon account ## Installation Make sure you have a working Go environment (Go 1.8 or higher is required). See the [install instructions](http://golang.org/doc/install.html). -To install mastotool, simply run: +### From source - go get github.com/muesli/mastotool + git clone https://github.com/muesli/mastotool.git + go build + +Run `mastotool --help` to see a full list of options. ## Usage