docs: some notes

This commit is contained in:
iff 2025-04-16 16:19:19 +02:00
parent 9dba2485d8
commit c0b354d244

View file

@ -76,8 +76,8 @@ Please follow the instruction for your shell:
> pay-respects only requires 2 environment variables to function: > pay-respects only requires 2 environment variables to function:
> >
> - `_PR_SHELL`: The binary name of the current working shell. > - `_PR_SHELL`: The binary name of the current working shell
> - `_PR_LAST_COMMAND`: The last command. > - `_PR_LAST_COMMAND`: The last command
> >
> pay-respects echos back, if applicable, a `cd` command that can be evaluated by the current working shell. > pay-respects echos back, if applicable, a `cd` command that can be evaluated by the current working shell.
@ -97,8 +97,8 @@ Please follow the instruction for your shell:
<details> <details>
<summary>Environment variable configurations</summary> <summary>Environment variable configurations</summary>
> - `_PR_LIB`: Directory of modules, analogous to `PATH`. If not provided, search in `PATH` or compile-time provided value. > - `_PR_LIB`: Directory of modules, analogous to `PATH`. If not provided, search in `PATH` or compile-time provided value
> - `_PR_PACKAGE_MANAGER`: Use defined package manager instead of auto-detecting alphabetically > - `_PR_PACKAGE_MANAGER`: Use defined package manager instead of auto-detecting alphabetically. Empty value disables package search functionality
> You can specify different modes to run with `_PR_MODE`: > You can specify different modes to run with `_PR_MODE`:
> >
@ -119,7 +119,9 @@ Please follow the instruction for your shell:
</details> </details>
You can now **press `F` to Pay Respects**! You can now **[Press `F` to Pay Respects]**!
[Press `F` to Pay Respects]: https://en.wikipedia.org/wiki/Press_F_to_pay_respects
## Installing ## Installing