Clean up installation instructions and add crates.io badge (#396)

I just put av1an into Arch Linux's [community] repository so this should be reflected in the README.
This commit is contained in:
Sven-Hendrik Haase 2021-11-02 12:25:09 +01:00 committed by GitHub
parent a874dec452
commit a8812b9900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
<h4 align="center"> <h4 align="center">
<a href="https://discord.gg/Ar8MvJh"><img src="https://discordapp.com/api/guilds/696849974230515794/embed.png" alt="Discord server" /></a> <a href="https://discord.gg/Ar8MvJh"><img src="https://discordapp.com/api/guilds/696849974230515794/embed.png" alt="Discord server" /></a>
<img src="https://github.com/master-of-zen/Av1an/workflows/tests/badge.svg"> <img src="https://github.com/master-of-zen/Av1an/workflows/tests/badge.svg">
<a href="https://crates.io/crates/av1an"><img src="https://img.shields.io/crates/v/av1an.svg"></a>
</h4> </h4>
<h2 align="center">Easy, Fast, Efficient and Feature Rich</h2> <h2 align="center">Easy, Fast, Efficient and Feature Rich</h2>
@ -142,9 +143,8 @@ With your own parameters:
## Install ## Install
- With a package manager: - With a package manager:
- `cargo install av1an` - Cargo: `cargo install av1an`
- [CARGO](https://crates.io/crates/av1an) - Arch Linux: `pacman -S av1an`
- [AUR](https://aur.archlinux.org/packages/av1an-git/)
- Prerequisites: - Prerequisites:
- [Install FFmpeg](https://ffmpeg.org/download.html) - [Install FFmpeg](https://ffmpeg.org/download.html)