update badges
This commit is contained in:
parent
0c797f41f6
commit
c6bd5b5dc4
3 changed files with 5 additions and 4 deletions
2
.github/workflows/aur-checker.yml
vendored
2
.github/workflows/aur-checker.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: AUR install
|
name: AUR Tester
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Rust
|
name: Lint, Build, Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# steamguard-cli
|
# steamguard-cli
|
||||||
|
|
||||||
[![Rust](https://github.com/dyc3/steamguard-cli/actions/workflows/rust.yml/badge.svg)](https://github.com/dyc3/steamguard-cli/actions/workflows/rust.yml)
|
[![Lint, Build, Test](https://github.com/dyc3/steamguard-cli/actions/workflows/rust.yml/badge.svg)](https://github.com/dyc3/steamguard-cli/actions/workflows/rust.yml)
|
||||||
|
[![AUR Tester](https://github.com/dyc3/steamguard-cli/actions/workflows/aur-checker.yml/badge.svg)](https://github.com/dyc3/steamguard-cli/actions/workflows/aur-checker.yml)
|
||||||
|
|
||||||
A command line utility for setting up and using Steam Mobile Authenticator (AKA Steam 2FA). It can also be used to respond to trade and market confirmations.
|
A command line utility for setting up and using Steam Mobile Authenticator (AKA Steam 2FA). It can also be used to respond to trade and market confirmations.
|
||||||
|
|
||||||
|
@ -18,7 +19,7 @@ cargo install steamguard-cli
|
||||||
|
|
||||||
Arch-based systems can install from the AUR:
|
Arch-based systems can install from the AUR:
|
||||||
|
|
||||||
- For[steamguard-cli-git](https://aur.archlinux.org/packages/steamguard-cli-git/)
|
- For [steamguard-cli-git](https://aur.archlinux.org/packages/steamguard-cli-git/)
|
||||||
- *Non-git release is not officially provided. Please open an issue if you would like to help set that up.*
|
- *Non-git release is not officially provided. Please open an issue if you would like to help set that up.*
|
||||||
|
|
||||||
Otherwise, you can download binaries from the releases.
|
Otherwise, you can download binaries from the releases.
|
||||||
|
|
Loading…
Reference in a new issue