fix: pwsh version <7 and removed cnf

This commit is contained in:
iff 2025-03-19 22:42:19 +01:00
parent c20a46666c
commit cfe8a1e1ba
2 changed files with 32 additions and 25 deletions

View file

@ -61,12 +61,12 @@ Please follow the instruction for your shell:
> Append the following output to your profile:
> ```pwsh
> pay-respects pwsh --alias [<alias>] [--nocnf]
> pay-respects pwsh --alias [<alias>]
> ```
> Or directly pipe the output to your profile:
> ```pwsh
> pay-respects pwsh --alias [<alias>] [--nocnf] >> $PROFILE
> pay-respects pwsh --alias [<alias>] >> $PROFILE
> ```
</details>