mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
ci: compile for macOS and Windows
This commit is contained in:
parent
409b8245e6
commit
508e61a451
3 changed files with 78 additions and 29 deletions
|
|
@ -19,14 +19,14 @@ Please follow the instruction for your shell:
|
|||
<summary>Bash / Zsh / Fish</summary>
|
||||
|
||||
> Manual aliasing:
|
||||
> ``` shell
|
||||
> ```shell
|
||||
> alias f="$(pay-respects bash)"
|
||||
> alias f="$(pay-respects zsh)"
|
||||
> alias f="$(pay-respects fish)"
|
||||
> ```
|
||||
|
||||
> Auto aliasing (optional custom alias can be added after `--alias argument`):
|
||||
> ``` shell
|
||||
> ```shell
|
||||
> eval "$(pay-respects bash --alias)"
|
||||
> eval "$(pay-respects zsh --alias)"
|
||||
> pay-respects fish --alias | source
|
||||
|
|
@ -61,6 +61,8 @@ Install from your package manager if available:
|
|||
|
||||
[](https://repology.org/project/pay-respects/versions)
|
||||
|
||||
Compiled binaries can be found at [GitHub releases](https://github.com/iffse/pay-respects/releases).
|
||||
|
||||
<details>
|
||||
<summary>Generic x86 Desktop Linux</summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue