diff --git a/README.md b/README.md index 5dd93ab..745132c 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,21 @@ 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). +### Packages & Binaries + +- Arch Linux: [mastotool](https://aur.archlinux.org/packages/mastotool/) +- [Binaries](https://github.com/muesli/mastotool/releases) for Linux, macOS & Windows ### 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 go build -Run `mastotool --help` to see a full list of options. - ## Usage ```