Link to binaries & packages in README

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

View File

@ -5,16 +5,21 @@ mastotool offers a collection of tools to work with your Mastodon account
## Installation ## Installation
Make sure you have a working Go environment (Go 1.8 or higher is required). ### Packages & Binaries
See the [install instructions](http://golang.org/doc/install.html).
- Arch Linux: [mastotool](https://aur.archlinux.org/packages/mastotool/)
- [Binaries](https://github.com/muesli/mastotool/releases) for Linux, macOS & Windows
### From source ### From source
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).
Compiling mastotool is easy, simply run:
git clone https://github.com/muesli/mastotool.git git clone https://github.com/muesli/mastotool.git
go build go build
Run `mastotool --help` to see a full list of options.
## Usage ## Usage
``` ```