Updated install instructions and description in README

pull/6/head
Christian Muehlhaeuser 2019-08-11 21:57:46 +02:00
rodzic e7f3f0d82c
commit 474d51a930
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3CF9FA45CA1EBB7E
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

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