mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 10:08:03 +00:00
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:
parent
a874dec452
commit
a8812b9900
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,8 @@
|
|||
<h4 align="center">
|
||||
<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">
|
||||
|
||||
<a href="https://crates.io/crates/av1an"><img src="https://img.shields.io/crates/v/av1an.svg"></a>
|
||||
|
||||
</h4>
|
||||
<h2 align="center">Easy, Fast, Efficient and Feature Rich</h2>
|
||||
|
||||
|
@ -142,9 +143,8 @@ With your own parameters:
|
|||
## Install
|
||||
|
||||
- With a package manager:
|
||||
- `cargo install av1an`
|
||||
- [CARGO](https://crates.io/crates/av1an)
|
||||
- [AUR](https://aur.archlinux.org/packages/av1an-git/)
|
||||
- Cargo: `cargo install av1an`
|
||||
- Arch Linux: `pacman -S av1an`
|
||||
|
||||
- Prerequisites:
|
||||
- [Install FFmpeg](https://ffmpeg.org/download.html)
|
||||
|
|
Loading…
Reference in a new issue