Skip to content

Commit

Permalink
Update installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 21, 2024
1 parent cd286aa commit 3425e56
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
cargo install favico
```

### Via a package manager

| OS | Package manager | Command |
| ----- | --------------- | ------------------------------------- |
| _Any_ | [Homebrew] | `brew install sorairolake/tap/favico` |

### From binaries

The [release page] contains pre-built binaries for Linux, macOS and Windows.
Expand Down Expand Up @@ -104,6 +110,7 @@ licensing information.
[version-url]: https://crates.io/crates/favico
[msrv-badge]: https://img.shields.io/crates/msrv/favico?style=for-the-badge&logo=rust
[license-badge]: https://img.shields.io/crates/l/favico?style=for-the-badge
[Homebrew]: https://brew.sh/
[release page]: https://github.com/sorairolake/favico/releases
[BUILD.adoc]: BUILD.adoc
[`favico(1)`]: https://sorairolake.github.io/favico/book/man/man1/favico.1.html
Expand Down
11 changes: 11 additions & 0 deletions docs/book/modules/ROOT/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

= Installation
:github-url: https://github.com
:brew-url: https://brew.sh/
:release-page-url: {github-url}/sorairolake/favico/releases

== From source
Expand All @@ -13,6 +14,16 @@
cargo install favico
----

== Via a package manager

|===
|OS |Package manager |Command

|_Any_
|{brew-url}[Homebrew]
|`brew install sorairolake/tap/favico`
|===

== From binaries

The {release-page-url}[release page] contains pre-built binaries for Linux,
Expand Down

0 comments on commit 3425e56

Please sign in to comment.