Add links to more builds to README

This commit is contained in:
Christian Muehlhaeuser 2020-10-06 04:15:37 +02:00
parent 38812fa213
commit 4a70999afb
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 10 additions and 3 deletions

View File

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