Updated install instructions and description in README

This commit is contained in:
Christian Muehlhaeuser 2019-08-11 21:57:46 +02:00
parent e7f3f0d82c
commit 474d51a930
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 6 additions and 3 deletions

View File

@ -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