Skip to content

Commit

Permalink
Add AUR installation instructions (#176)
Browse files Browse the repository at this point in the history
* Update deps
* Add AUR install instructions
* Add Arch install to main README
  • Loading branch information
Jake-Shadle authored Apr 19, 2020
1 parent 2127151 commit 4b273cc
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 30 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ cargo install cargo-deny && cargo deny init && cargo deny check

```bash
cargo install cargo-deny

# Or, if you're an Arch user
yay -S cargo-deny
```

### [Initialize](https://embarkstudios.github.io/cargo-deny/cli/init.html) your project
Expand Down
8 changes: 8 additions & 0 deletions docs/src/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Precompiled binaries are provided for major platforms on a best-effort basis.
Visit [the releases page](https://github.com/EmbarkStudios/cargo-deny/releases)
to download the appropriate version for your platform.

## Install from AUR

A community maintained Arch package is available on [AUR](https://aur.archlinux.org/packages/cargo-deny/), you can install it via

```bash
yay -S cargo-deny
```

## Install From Source

cargo-deny can also be installed from source.
Expand Down

0 comments on commit 4b273cc

Please sign in to comment.