From 4a70999afba02b060ced4508ebce46ca1d623d7e Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 6 Oct 2020 04:15:37 +0200 Subject: [PATCH] Add links to more builds to README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5ea962..d76499b 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,21 @@ mastotool [![Go ReportCard](http://goreportcard.com/badge/muesli/mastotool)](http://goreportcard.com/report/muesli/mastotool) [![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/github.com/muesli/mastotool) -mastotool offers a collection of tools to work with your Mastodon account +mastotool offers a collection of command-line tools to work with your Mastodon account ## Installation -### Packages & Binaries +### Packages +#### Linux - Arch Linux: [mastotool](https://aur.archlinux.org/packages/mastotool/) -- [Binaries](https://github.com/muesli/mastotool/releases) for Linux, macOS & Windows +- [Packages](https://github.com/muesli/mastotool/releases) in Debian & RPM formats + +#### macOS +- macOS with [Homebrew](https://brew.sh/): `brew tap muesli/tap && brew install mastotool` + +### Binaries +- [Binaries](https://github.com/muesli/mastotool/releases) for Linux, FreeBSD, OpenBSD, macOS & Windows ### From source